Remove -Werror, does not compile on GCC due to warning in source SDK.

This commit is contained in:
BotoX 2017-01-31 16:59:43 +01:00 committed by BotoX
parent b2b29cb33f
commit ba7fedca6e

View File

@ -200,7 +200,7 @@ class SMConfig(object):
'-pipe', '-pipe',
'-fno-strict-aliasing', '-fno-strict-aliasing',
'-Wall', '-Wall',
'-Werror', # '-Werror',
'-Wno-unused', '-Wno-unused',
'-Wno-switch', '-Wno-switch',
'-Wno-array-bounds', '-Wno-array-bounds',