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',
'-fno-strict-aliasing',
'-Wall',
'-Werror',
# '-Werror',
'-Wno-unused',
'-Wno-switch',
'-Wno-array-bounds',