mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Don't add non-clang flag regardless of platform.
This commit is contained in:
parent
634a348296
commit
9dd8024e41
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -386,7 +386,7 @@ def set_compiler_flags (conf,opt):
|
|||
|
||||
c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes'))
|
||||
cxx_flags.append('-Woverloaded-virtual')
|
||||
if (not is_clang and not platform == "darwin"):
|
||||
if not is_clang:
|
||||
cxx_flags.append('-Wno-unused-local-typedefs')
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue