diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:44:02 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:44:02 -0500 |
commit | 184ac5165e70d4fac213a87ae34a312ec7197f3d (patch) | |
tree | c739b38eb43f32444a7ec42c41e35cea838f3a3a /src/math/nan.c | |
parent | 66032978e77880b3e6b199d61450316946b5fd4f (diff) |
remove warnings from -Wall -Wextra
Diffstat (limited to 'src/math/nan.c')
-rw-r--r-- | src/math/nan.c | 1 |
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; } |