]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/arithexcept.qc
Don't generate unused warnings for unused constants
[xonotic/gmqcc.git] / tests / arithexcept.qc
index 10476e67fc88bbb2fa37cba2d68a9d6487f73ca3..6441f780e8ba6198f20dbf1526e38234d952a4f4 100644 (file)
@@ -1,4 +1,4 @@
-const float huge = 340282346638528859811704183484516925440; // FLT_MAX
+const float huge = 340282346638528859811704183484516925440.000000; // FLT_MAX
 
 #ifdef DIVBYZERO
 const float a = 1.0 / 0.0;