summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/msun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/msun/Makefile')
-rw-r--r--tools/regression/lib/msun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/msun/Makefile b/tools/regression/lib/msun/Makefile
index 9559bb1..dbf582f 100644
--- a/tools/regression/lib/msun/Makefile
+++ b/tools/regression/lib/msun/Makefile
@@ -5,7 +5,7 @@ TESTS= test-cexp test-conj test-csqrt test-ctrig \
test-fmaxmin test-ilogb test-invtrig test-invctrig \
test-logarithm test-lrint \
test-lround test-nan test-nearbyint test-next test-rem test-trig
-CFLAGS+= -O0 -lm
+CFLAGS+= -O0 -lm -Wno-unknown-pragmas
.PHONY: tests
tests: ${TESTS}
OpenPOWER on IntegriCloud