aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo b/todo
index f5be62d9f..3e329f3c4 100644
--- a/todo
+++ b/todo
@@ -31,3 +31,15 @@ $
31 31
324. Remove exclude-token from profile include in 0.9.34 (deprecated in 0.9.30) 324. Remove exclude-token from profile include in 0.9.34 (deprecated in 0.9.30)
33 33
345. Debian 32bit compile with --enable-fatal-warnings
35make[1]: Entering directory `/home/netblue/work/firejail-0.9.30/src/firejail'
36cc -ggdb -W -Wall -Werror -O2 -DVERSION='"0.9.30"' -DPREFIX='"/usr"' -DHAVE_SECCOMP -DHAVE_CHROOT -DHAVE_BIND -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -c seccomp.c -o seccomp.o
37seccomp.c: In function ‘write_seccomp_file’:
38seccomp.c:337:81: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Werror=format]
39seccomp.c: In function ‘read_seccomp_file’:
40seccomp.c:391:81: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Werror=format]
41cc1: all warnings being treated as errors
42make[1]: *** [seccomp.o] Error 1
43
446. Debian 32bit - multiple problems with the testing utility
45