summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-12-31 20:23:08 -0500
committerSamuel Bronson <naesten@gmail.com>2013-12-31 20:23:08 -0500
commit03060e9e48c88e2621589156d0346f65c97cf35a (patch)
tree8b8931a41707a344cef1f42b9cb3a9d92d1535e5 /crawl-ref/source/libunix.cc
parente84909d808a7b209dd6955afc4713247edd479c4 (diff)
downloadcrawl-ref-03060e9e48c88e2621589156d0346f65c97cf35a.tar.gz
crawl-ref-03060e9e48c88e2621589156d0346f65c97cf35a.zip
libunix: drop now-unneeded "#pragma GCC diagnostic" junk
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index 5915b76324..2b1ea48fc8 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -58,11 +58,7 @@ static struct termios game_term;
#define _XOPEN_SOURCE_EXTENDED
#endif
- // ncurses has redundant declarations between term.h and curses.h
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wredundant-decls"
#include <curses.h>
- #pragma GCC diagnostic pop
#else
#include CURSES_INCLUDE_FILE
#endif