Skip to content

Commit 76d04c8

Browse files
committed
No warning for extra labels
1 parent ad2b42e commit 76d04c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/variables.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ endif
7070

7171
# Options pour le compilateur C
7272
# Attention, très long à compiler avec GCC en O2/O3
73-
COMMON_CFLAGS?=-std=c89 -pedantic -Wall
73+
COMMON_CFLAGS?=-std=c89 -pedantic -Wall -Wno-unused-label
7474
ifeq ($(CC), clang)
7575
COMPILER_SPECIFIC_CFLAGS=-O2
7676
# COMPILER_SPECIFIC_CFLAGS=

0 commit comments

Comments
 (0)