Commit 41ab709
committed
Compile as C17 code
GCC 15 defaults to C23 standard but it's not feasible to use it as even
Xlib.h is not compatible yet e.g.
```
/usr/include/X11/Xlib.h:2105:5: note: expected ‘int (*)(Display *,
XEvent *, char *)’ but argument is of type ‘int (*)(void)’
2105 | Bool (*) (
```
Fixes #1865
.1 parent e4fc88a commit 41ab709
File tree
1 file changed
+1
-0
lines changed- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments