Skip to content

Commit 81f9bd1

Browse files
committed
Do not treat warnings as errors in gtk4 port
The port is in early stages and there are still many deprecated usages that should be ported rather than silenced (as in the gtk3 port).
1 parent b76f3d6 commit 81f9bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak

+2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ LFLAGS = -shared -fPIC ${SWT_LFLAGS}
111111

112112
# Treat all warnings as errors. If your new code produces a warning, please
113113
# take time to properly understand and fix/silence it as necessary.
114+
ifeq ($(GTK_VERSION), 3.0)
114115
CFLAGS += -Werror
116+
endif
115117

116118
ifndef NO_STRIP
117119
# -s = Remove all symbol table and relocation information from the executable.

0 commit comments

Comments
 (0)