aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAutechre2021-09-17 18:06:12 +0200
committerGitHub2021-09-17 18:06:12 +0200
commit5a0ef7339e5eb875fc486c7459ee26b506eaf087 (patch)
tree8b6932a6eb0f786ea8e922701a0182396a80a7cc /Makefile
parentf53deef14f98c659fe9bbd7684656ee88977acbd (diff)
parent7d871ab87d45e535d1512a5834b627cbbce2e66c (diff)
downloadsnes9x2005-5a0ef7339e5eb875fc486c7459ee26b506eaf087.tar.gz
snes9x2005-5a0ef7339e5eb875fc486c7459ee26b506eaf087.tar.bz2
snes9x2005-5a0ef7339e5eb875fc486c7459ee26b506eaf087.zip
Merge pull request #89 from jdgleaver/vfs-support
Replace direct direct file access with VFS routines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b293853..500e62e 100644
--- a/Makefile
+++ b/Makefile
@@ -562,6 +562,7 @@ else
-Wno-sign-compare \
-Wno-unused-variable \
-Wno-unused-function \
+ -Wno-unused-parameter \
-Wno-uninitialized \
-Wno-strict-aliasing \
-Wno-overflow \