mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
fix/silence various compiler warnings.
* ifdef unused static functions * brackets around assignment and comparision * no return statement in function returning non-void * boost concept_checks.hpp unused-local-typedefs
This commit is contained in:
parent
f1926dc863
commit
5aba4df252
7 changed files with 17 additions and 4 deletions
2
wscript
2
wscript
|
|
@ -385,7 +385,7 @@ def set_compiler_flags (conf,opt):
|
|||
('-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter'))
|
||||
|
||||
c_flags.extend(('-Wstrict-prototypes', '-Wmissing-prototypes'))
|
||||
cxx_flags.append('-Woverloaded-virtual')
|
||||
cxx_flags.extend(('-Woverloaded-virtual', '-Wno-unused-local-typedefs))
|
||||
|
||||
#
|
||||
# more boilerplate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue