forked from mia/Aegisub
Silence warnings from other people's code
This commit is contained in:
parent
ffe79665bb
commit
b4e00c93c6
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ ifeq (yes, $(BUILD_DARWIN))
|
|||
SRC += osx_utils.mm
|
||||
endif
|
||||
|
||||
lpeg.o: CFLAGS += -Wno-unused-function
|
||||
MatroskaParser.o: CFLAGS += -Wno-sometimes-uninitialized
|
||||
|
||||
###############
|
||||
# AUDIO PLAYERS
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue