Explorar el Código

Sweep blank lines

RDR8 hace 8 años
padre
commit
9eaff6902f
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/Makefile

+ 1 - 3
src/Makefile

@@ -179,10 +179,8 @@ endif
 ifeq ($(PLATFORM),PLATFORM_RPI)
     CFLAGS = -O1 -Wall -std=gnu99 -fgnu89-inline -Wno-missing-braces
 endif
-#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
-
-###########
 
+#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
 
 # if shared library required, make sure code is compiled as position independent
 ifeq ($(SHARED),YES)