[Git][NTPsec/ntpsec][master] Fully disable -Wcast-align.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Sep 7 15:05:39 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
1236be08 by Eric S. Raymond at 2017-09-07T11:05:08-04:00
Fully disable -Wcast-align.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -382,7 +382,7 @@ def configure(ctx):
ctx.env.CFLAGS = [
# "-Wall", # for masochists
# "-Waggregate-return", # breaks ldiv(), ntpcal_daysplit(), etc.
- "-Wcast-align", # fails on RasPi, needs fixing.
+ # "-Wcast-align", # fails on RasPi, needs fixing.
# "-Wbad-function-cast", # ntpd casts long<->double a lot
# "-Wformat-nonliteral", # complains about a used feature
"-Winline", # some OS have inline issues.
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1236be08c22684ebaa69600dbcd48c7a7d97d15d
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1236be08c22684ebaa69600dbcd48c7a7d97d15d
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/2a174fa8/attachment.html>
More information about the vc
mailing list