diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-08 23:18:16 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-08 23:18:16 +0000 |
| commit | fe54b6c46ada0807a7e6cb6135253fe22af68924 (patch) | |
| tree | 967ea1b59dcdc08671429280959aac5f21528027 /SConstruct | |
| parent | d82ca00733c629df6e89e181192696afaeba1936 (diff) | |
More cleanups
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -355,9 +355,9 @@ def setup_IWYU(env): env['IWYU_FLAGS'] = [ # This might turn down the output a bit. I hope '-Xiwyu', '--transitive_includes_only', - '-D_MT', '-D_DLL', '-m32', - # This is something to do with clang, windows and boost headers - '-DBOOST_USE_WINDOWS_H', + '-D_MT', '-D_DLL', '-m32', + # This is something to do with clang, windows and boost headers + '-DBOOST_USE_WINDOWS_H', # There's a lot of this, disabled for now '-Wno-inconsistent-missing-override', '--system-header-prefix=Q', |
