Explorar el Código

Added -Wshadow

Piotr Czajkowski hace 5 años
padre
commit
c8dba3c795
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -1,4 +1,4 @@
-CFLAGS=-g -Wall -Wextra -O3 -std=c99
+CFLAGS=-g -Wall -Wextra -Wshadow -O3 -std=c99
 objects=bom.o
 mingw=x86_64-w64-mingw32-gcc