mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
CI add "-Wno-unused-function"
This commit is contained in:
parent
af2592ec9b
commit
c32561730c
1 changed files with 1 additions and 1 deletions
|
@ -173,4 +173,4 @@ script:
|
|||
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -pedantic -O2" .. && make && sudo make install
|
||||
- cmake -DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -pedantic -Wno-unused-function -O2" .. && make && sudo make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue