From 73f8bc754e200c041e17e613a61dfc35db414b66 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 27 Feb 2019 22:06:37 -0800 Subject: base64 hack to handle binary files. add memory fences because why not. --- fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index d6b822a..a34412c 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -14,7 +14,7 @@ CFLAGS_OSXFUSE += -DFUSE_USE_VERSION=26 CFLAGS_OSXFUSE += -D_FILE_OFFSET_BITS=64 CFLAGS_OSXFUSE += -D_DARWIN_USE_64_BIT_INODE -CFLAGS_EXTRA = -Wall -g $(CFLAGS) +CFLAGS_EXTRA = -Wall -Wno-unused-function -g $(CFLAGS) LIBS = -losxfuse -- cgit v1.2.3