diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2019-02-27 22:06:37 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2019-02-27 22:06:37 -0800 |
commit | 73f8bc754e200c041e17e613a61dfc35db414b66 (patch) | |
tree | 0b2aadcc2fc1edf75e35c5af12dacb921036d94f /fs/Makefile | |
parent | 74c794d75c7205123c4dc37e7a997507b61be98b (diff) |
base64 hack to handle binary files.
add memory fences because why not.
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |