aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/PlatGTK.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-11-07 11:23:03 +1100
committerNeil <nyamatongwe@gmail.com>2016-11-07 11:23:03 +1100
commit9bf7657055ac7868b15b1c9d59ecdb3cb52fbd1d (patch)
tree88cd280578726dcae50fc13fb40cc44804c933b2 /gtk/PlatGTK.cxx
parent07793d0c5a4ffb2c78637109dde2b922af6255da (diff)
downloadscintilla-mirror-9bf7657055ac7868b15b1c9d59ecdb3cb52fbd1d.tar.gz
Remove warning suppressions for a version of Clang from 4 years ago.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r--gtk/PlatGTK.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 3b96418be..055a318a4 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -28,11 +28,6 @@
#include "XPM.h"
#include "UniConversion.h"
-#if defined(__clang__)
-// Clang 3.0 incorrectly displays sentinel warnings. Fixed by clang 3.1.
-#pragma GCC diagnostic ignored "-Wsentinel"
-#endif
-
#include "Converter.h"
static const double kPi = 3.14159265358979323846;