]> Nishi Git Mirror - gwion.git/commitdiff
:art: CRT_SECURE_WARNINGS
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 20:28:03 +0000 (22:28 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 20:28:03 +0000 (22:28 +0200)
.travis.yml

index 71c97b27f729acbf2c8669b694817fd38f5a4e3d..4c9705b635cb93ba9b1d5c449abbe047398a8e23 100644 (file)
@@ -61,7 +61,7 @@ script:
     then make && make test;
     else {
       if [ "$CC" = "clang" ];
-      then export CFLAGS+=" -D_USE_MATH_DEFINES";
+      then export CFLAGS+=" -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS";
       fi;
       make.exe && make.exe test;
     }