diff options
Diffstat (limited to 'ext/dramsim2/SConscript')
-rw-r--r-- | ext/dramsim2/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dramsim2/SConscript b/ext/dramsim2/SConscript index f7053c976..bc4c04706 100644 --- a/ext/dramsim2/SConscript +++ b/ext/dramsim2/SConscript @@ -77,7 +77,8 @@ dramenv.Append(CCFLAGS=['-Wno-unused-value']) # If we are using clang, there are more flags to disable if main['CLANG']: - dramenv.Append(CCFLAGS=['-Wno-unused-private-field']) + dramenv.Append(CCFLAGS=['-Wno-unused-private-field', + '-Wno-tautological-undefined-compare']) # Tell DRAMSim2 to not store any data as this is already covered by # the wrapper |