aboutsummaryrefslogtreecommitdiff
path: root/src/operations.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 15:24:52 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-02-13 15:24:52 -0500
commit34eb0db1e04cbfc0504c239a151247334f1bb0a8 (patch)
treeca141ef419acd031ec713659caf735266543f84d /src/operations.h
parentd9370d044e237df9df9336adad836956d42d7c85 (diff)
Make FUSE and glog be system includes
Prevent obnoxious error messages by making FUSE and glog be included with -isystem instead of -I.
Diffstat (limited to 'src/operations.h')
-rw-r--r--src/operations.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/operations.h b/src/operations.h
index e4672eb..a623fef 100644
--- a/src/operations.h
+++ b/src/operations.h
@@ -15,13 +15,8 @@
#ifndef OPERATIONS_H_
#define OPERATIONS_H_
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
-#pragma clang diagnostic ignored "-Wdocumentation"
-#pragma clang diagnostic ignored "-Wpadded"
#define FUSE_USE_VERSION 26
#include <fuse.h>
-#pragma clang diagnostic pop
namespace scoville {