summaryrefslogtreecommitdiff
path: root/inc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'inc.mak')
-rw-r--r--inc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc.mak b/inc.mak
index 4727ca0..b2e6376 100644
--- a/inc.mak
+++ b/inc.mak
@@ -19,6 +19,9 @@ CFLAGS += -DFUSE_USE_VERSION=26
# get compilation flags for filesystem
CFLAGS += `getconf LFS_CFLAGS 2>/dev/null`
+# ignore some warnings
+CFLAGS += -Wno-shift-negative-value
+
# debug
#CFLAGS += -I/usr/local/include/fuse
#LDFLAGS = -lpq /usr/local/lib/libfuse.a -pthread -ldl -lrt