about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-02 16:20:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-02 16:20:43 -0700
commitfd72ec75e09c8a86a5708a4a9f6375038a96a5ce (patch)
tree9d9fde9d78b3210dcbd11f3766894e33b4a11b4f /001help.cc
parent5b5ef63b934bc49a46fc654ac8bfcd3142c73f6f (diff)
downloadmu-fd72ec75e09c8a86a5708a4a9f6375038a96a5ce.tar.gz
3032
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/001help.cc b/001help.cc
index 63be194f..1b4c6535 100644
--- a/001help.cc
+++ b/001help.cc
@@ -215,3 +215,5 @@ using std::cerr;
 #include <cstring>
 #include <string>
 using std::string;
+
+#define unused  __attribute__((unused))