aboutsummaryrefslogtreecommitdiff
path: root/src/operations.h
diff options
context:
space:
mode:
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 {