Skip to content

Commit eaed929

Browse files
committed
Ignore warnings when compiling SWT binaries
Useful to build the binaries in Linux
1 parent 387c227 commit eaed929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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-
CFLAGS += -Werror
114+
#CFLAGS += -Werror
115115

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

0 commit comments

Comments
 (0)