aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-07 15:06:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-12-08 13:32:33 -0300
commitb02a7a337c759c130455956d5e9420c5ce3b6108 (patch)
tree1058b750c18a13c598ea419f6565abc986dfd2aa /src/firemon
parentfirecfg.config: drop geary (#6116) (diff)
downloadfirejail-b02a7a337.tar.gz
firejail-b02a7a337.tar.zst
firejail-b02a7a337.zip
landlock: remove empty functions
Functions with `...` as the first parameter appear to be unsupported in older versions of gcc, as they fail to compile. Examples: Error from gcc 9.5.0-1ubuntu1~16.04.sav1 on Ubuntu 16.04: [...] In file included from appimage.c:23: firejail.h:981:27: error: ISO C requires a named argument before ‘...’ 981 | static inline int ll_read(...) { return 0; } | ^~~ Warning from gcc 13.2.1-3 on Artix Linux: $ ./configure --disable-landlock >/dev/null && make clean >/dev/null && make EXTRA_CFLAGS+='-std=c99 -Wpedantic -Wno-error' [...] gcc -ggdb -O2 -DVERSION='"0.9.73"' -DMOD_DIR='"src/firejail"' [...] In file included from appimage.c:23: firejail.h:982:27: warning: ISO C requires a named argument before ‘...’ before C2X [-Wpedantic] 982 | static inline int ll_read(...) { return 0; } | ^~~ Fixes #6115. Relates to #6078.
Diffstat (limited to 'src/firemon')
0 files changed, 0 insertions, 0 deletions