diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-06-02 16:20:43 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-06-02 16:20:43 -0700 |
commit | fd72ec75e09c8a86a5708a4a9f6375038a96a5ce (patch) | |
tree | 9d9fde9d78b3210dcbd11f3766894e33b4a11b4f | |
parent | 5b5ef63b934bc49a46fc654ac8bfcd3142c73f6f (diff) | |
download | mu-fd72ec75e09c8a86a5708a4a9f6375038a96a5ce.tar.gz |
3032
-rw-r--r-- | 001help.cc | 2 | ||||
-rw-r--r-- | 003trace.cc | 2 |
2 files changed, 2 insertions, 2 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)) diff --git a/003trace.cc b/003trace.cc index 16cf38b8..4ac9efa6 100644 --- a/003trace.cc +++ b/003trace.cc @@ -360,8 +360,6 @@ using std::ofstream; #include "termbox/termbox.h" -#define unused __attribute__((unused)) - :(before "End Globals") //: In future layers we'll use the depth field as follows: //: |