diff options
Diffstat (limited to '')
| -rw-r--r-- | net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py b/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py new file mode 100644 index 000000000000..b2ce83a6d2b4 --- /dev/null +++ b/net/ns3/files/patch-ns-3.24.1_waf-tools_cflags.py @@ -0,0 +1,11 @@ +--- ns-3.24.1/waf-tools/cflags.py.orig 2015-12-12 12:44:40 UTC ++++ ns-3.24.1/waf-tools/cflags.py +@@ -19,7 +19,7 @@ class GccTraits(CompilerTraits): + def __init__(self): + super(GccTraits, self).__init__() + # cumulative list of warnings per level +- self.warnings_flags = [['-Wall'], ['-Werror'], ['-Wextra']] ++ self.warnings_flags = [['-Wall'], ['-Wextra']] + + def get_warnings_flags(self, level): + warnings = [] |
