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

This commit is contained in:
BotoX
2019-09-21 20:20:21 +02:00
committed by BotoX
parent b2b29cb33f
commit ba7fedca6e
+1 -1
View File
@@ -200,7 +200,7 @@ class SMConfig(object):
'-pipe',
'-fno-strict-aliasing',
'-Wall',
'-Werror',
# '-Werror',
'-Wno-unused',
'-Wno-switch',
'-Wno-array-bounds',