summaryrefslogtreecommitdiff
path: root/tools/mid2agb
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-06 22:25:16 -0400
committerGitHub <noreply@github.com>2017-07-06 22:25:16 -0400
commitbd4a6520eaaaac186b6b26557305be8939a7ea2a (patch)
treec60fcd65afb446a8b459358edd48c5a60eba9376 /tools/mid2agb
parente39f55f55080108ced3ff5cb16b2181d7fec9d92 (diff)
parent8f1190efd62fcda55fd580e2609efbb055bc0d3d (diff)
Merge pull request #355 from yenatch/fix-warnings
Fix uncaught cpp warnings
Diffstat (limited to 'tools/mid2agb')
-rw-r--r--tools/mid2agb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mid2agb/Makefile b/tools/mid2agb/Makefile
index accd81882..f27f2cad4 100644
--- a/tools/mid2agb/Makefile
+++ b/tools/mid2agb/Makefile
@@ -1,6 +1,6 @@
CXX := g++
-CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch
+CXXFLAGS := -std=c++11 -O2 -s -Wall -Wno-switch -Werror
SRCS := agb.cpp error.cpp main.cpp midi.cpp tables.cpp