We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37c155 commit 008af6cCopy full SHA for 008af6c
.github/workflows/maven.yml
@@ -60,6 +60,8 @@ jobs:
60
with:
61
maven-version: 3.9.9
62
- name: Build
63
+ env:
64
+ GTK_XCFLAGS: '-Wno-deprecated-declarations'
65
run: >-
66
${{ contains(matrix.config.native, 'linux') && 'xvfb-run' || '' }}
67
mvn --batch-mode -V -U -e
bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -74,7 +74,7 @@ cd `dirname $0`
74
75
MAKE_TYPE=make
76
77
-export CFLAGS='-O -Wall -fPIC'
+export CFLAGS="-O -Wall -fPIC ${GTK_XCFLAGS}"
78
79
# Determine which OS we are on
80
if [ "${OS}" = "" ]; then
0 commit comments