[Git][NTPsec/ntpsec][master] -Wsign-conversion is unreasonably difficult to stamp out.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Sep 7 15:28:18 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
289d1c56 by Eric S. Raymond at 2017-09-07T15:28:03+00:00
-Wsign-conversion is unreasonably difficult to stamp out.

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -497,8 +497,8 @@ int main(int argc, char **argv) {
         ctx.env.CFLAGS = ['-Wpacked'] + ctx.env.CFLAGS
     if ctx.env.HAS_w_shadow:
         ctx.env.CFLAGS = ['-Wshadow'] + ctx.env.CFLAGS
-    if ctx.env.HAS_w_sign_conversion:
-        ctx.env.CFLAGS = ['-Wsign-conversion'] + ctx.env.CFLAGS
+    #if ctx.env.HAS_w_sign_conversion:
+    #    ctx.env.CFLAGS = ['-Wsign-conversion'] + ctx.env.CFLAGS
     if ctx.env.HAS_f_stack_protector_all:
         ctx.env.CFLAGS = ['-fstack-protector-all'] + ctx.env.CFLAGS
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/289d1c5629a04728e3805fdbefbb3f9e22982b50

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/289d1c5629a04728e3805fdbefbb3f9e22982b50
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170907/3e21c7a0/attachment.html>


More information about the vc mailing list