Re-enable -Wformat and -Wformat-security in builds

This commit is contained in:
Nicholas Hastings 2014-09-09 22:05:07 -04:00
parent 9a9446400d
commit 96f8d635c3

View File

@ -167,8 +167,6 @@ class SMConfig(object):
'-Werror',
'-Wno-unused',
'-Wno-switch',
'-Wno-format',
'-Wno-format-security',
'-Wno-array-bounds',
'-msse',
'-m32',