The COMMON_GLOBAL_CFLAGS are available from build/core/config.mk in Replicant 6.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- scripts/guix.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/guix.scm b/scripts/guix.scm index 12dd0e8..6a03e31 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -67,6 +67,9 @@ " -W" " -Wall" " -Werror" + " -Winit-self" + " -Wno-unused" + " -Wpointer-arith" " -Wunused" " -Wunused-function")) -- 2.30.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
