Ticket #60710: Makefile.patch

File Makefile.patch, 613 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago)

Patch to remove '-Wvla'

  • Makefile

    old new  
    3838DEBUGFLAGS+=-Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow \
    3939            -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \
    4040            -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \
    41             -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
     41            -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
    4242            -Wredundant-decls -Wstrict-overflow=2
    4343CFLAGS += $(DEBUGFLAGS)
    4444FLAGS   = $(CFLAGS) $(CPPFLAGS) $(MOREFLAGS)