mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix boost warnings when *not* using --cxx11
Ultimately we should probably move to std::bind and std::placeholders
This commit is contained in:
parent
2471e90fae
commit
f18803e19f
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -753,7 +753,7 @@ int main() { return 0; }''',
|
|||
|
||||
# need ISOC9X for llabs()
|
||||
compiler_flags.extend(
|
||||
('-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE',
|
||||
('-DBOOST_SYSTEM_NO_DEPRECATED', '-DBOOST_BIND_GLOBAL_PLACEHOLDERS', '-D_ISOC9X_SOURCE',
|
||||
'-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64'))
|
||||
cxx_flags.extend(
|
||||
('-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue