summaryrefslogtreecommitdiff
path: root/src/math/nan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/nan.c')
-rw-r--r--src/math/nan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/nan.c b/src/math/nan.c
index c5615b98..bd0cbbc4 100644
--- a/src/math/nan.c
+++ b/src/math/nan.c
@@ -4,6 +4,7 @@
TYPE TGFN(nan)(const char *tagp)
{
+ (void)tagp;
return 0.0;
}