We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76f3d6 commit 81f9bd1Copy full SHA for 81f9bd1
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
@@ -111,7 +111,9 @@ LFLAGS = -shared -fPIC ${SWT_LFLAGS}
111
112
# Treat all warnings as errors. If your new code produces a warning, please
113
# take time to properly understand and fix/silence it as necessary.
114
+ifeq ($(GTK_VERSION), 3.0)
115
CFLAGS += -Werror
116
+endif
117
118
ifndef NO_STRIP
119
# -s = Remove all symbol table and relocation information from the executable.
0 commit comments