From b4e00c93c6bc74d9e9f4c4c784cd74484f2fe307 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Thu, 2 Jan 2014 15:08:57 -0800
Subject: [PATCH] Silence warnings from other people's code

---
 aegisub/src/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aegisub/src/Makefile b/aegisub/src/Makefile
index 19c8d128e..e3b88a1e3 100644
--- a/aegisub/src/Makefile
+++ b/aegisub/src/Makefile
@@ -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
 ###############
-- 
GitLab