mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Build: Change warning to -Wno-deprecated-declarations
This commit is contained in:
parent
a6b2e28d50
commit
b143717cbd
2 changed files with 1 additions and 2 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -84,7 +84,7 @@ END
|
|||
# enable gdb debug
|
||||
GDBDebug=" -g -O0"
|
||||
# the warning level.
|
||||
WarnLevel=" -Wall"
|
||||
WarnLevel=" -Wall -Wno-deprecated-declarations"
|
||||
# the compile standard.
|
||||
CppStd="-ansi"
|
||||
if [[ $SRS_CXX11 == YES ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue