mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-02 07:46:07 +00:00
Compile libsoundio as GNU99 on GCC
This commit is contained in:
parent
4f84843b00
commit
33b9caaca9
@ -23,6 +23,11 @@ CONFIG += staticlib
|
|||||||
QMAKE_CFLAGS += /TP
|
QMAKE_CFLAGS += /TP
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Older GCC versions defaulted to GNU89
|
||||||
|
*-g++ {
|
||||||
|
QMAKE_CFLAGS += -std=gnu99
|
||||||
|
}
|
||||||
|
|
||||||
# Disable warnings
|
# Disable warnings
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user