diff options
Diffstat (limited to 'third_party/dmg_fp/dmg_fp.scons')
-rw-r--r-- | third_party/dmg_fp/dmg_fp.scons | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/dmg_fp/dmg_fp.scons b/third_party/dmg_fp/dmg_fp.scons index d365503..d9614d0 100644 --- a/third_party/dmg_fp/dmg_fp.scons +++ b/third_party/dmg_fp/dmg_fp.scons @@ -18,10 +18,11 @@ env.Append( if env['PLATFORM'] == 'win32': env.Append( CCFLAGS = [ - '/TC', + '/TP', + '/wd4503', '/wd4800', - '/wd4244', + '/wd4819', ], ) |