diff options
| author | 2015-05-28 09:56:31 +0200 | |
|---|---|---|
| committer | 2015-05-28 09:56:31 +0200 | |
| commit | de8da0cc52dfc3986c14df985ccdb58bc280a2aa (patch) | |
| tree | 1c4f29d3cd0313a5ea9cf9592fbe6bc826525f42 /scripts/src/3rdparty.lua | |
| parent | 4a07723b609cef6c22107294737db533b8f3fa3f (diff) | |
fix for one more warning (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
| -rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 6d39a90ce8d..3daff931827 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -632,6 +632,7 @@ project "portaudio" if string.find(_OPTIONS["gcc"], "clang") then buildoptions_c { "-Wno-unknown-warning-option", + "-Wno-absolute-value", } end |
