mirror of https://github.com/odrling/Aegisub
Silence warnings from other people's code
This commit is contained in:
parent
1cbf20f8ab
commit
dce9dbf211
|
@ -19,6 +19,9 @@ ifeq (yes, $(BUILD_DARWIN))
|
||||||
SRC += osx_utils.mm retina_helper.mm
|
SRC += osx_utils.mm retina_helper.mm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
lpeg.o: CFLAGS += -Wno-unused-function
|
||||||
|
MatroskaParser.o: CFLAGS += -Wno-sometimes-uninitialized
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# AUDIO PLAYERS
|
# AUDIO PLAYERS
|
||||||
###############
|
###############
|
||||||
|
|
Loading…
Reference in New Issue