Backed out changeset: a7a73225f8ee

This commit is contained in:
Nicholas Hastings 2011-05-25 13:56:34 -04:00
parent 971793d6a1
commit 5ee8c8ce91

View File

@ -12,7 +12,7 @@ for i in SM.sdkInfo:
if compiler.cc.name == 'gcc' or compiler.cc.name == 'clang': if compiler.cc.name == 'gcc' or compiler.cc.name == 'clang':
compiler['CFLAGS'].append('-Wno-parentheses') compiler['CFLAGS'].append('-Wno-parentheses')
compiler['CFLAGS'].append('-Wno-invalid-offsetof') compiler['CXXFLAGS'].append('-Wno-invalid-offsetof')
if i != 'ep1': if i != 'ep1':
compiler['CDEFINES'].append('HOOKING_ENABLED') compiler['CDEFINES'].append('HOOKING_ENABLED')