1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 23:48:39 +00:00

Remove GCC warning message not supported on older GCC

This commit is contained in:
jsteube 2016-11-03 12:09:29 +01:00
parent 42bcb8bdc8
commit 07e1a15c63

View File

@ -119,11 +119,11 @@ CFLAGS += -Winit-self
CFLAGS += -Werror-implicit-function-declaration CFLAGS += -Werror-implicit-function-declaration
CFLAGS += -Wformat CFLAGS += -Wformat
CFLAGS += -Wno-format-zero-length CFLAGS += -Wno-format-zero-length
CFLAGS += -Wsizeof-pointer-memaccess
CFLAGS += -ftrapv CFLAGS += -ftrapv
# the following compiler options produce warnings that should be fixed at some time # the following compiler options produce warnings that should be fixed at some time
#CFLAGS += -Wsizeof-pointer-memaccess
#CFLAGS += -Wcast-align #CFLAGS += -Wcast-align
#CFLAGS += -Wcast-qual #CFLAGS += -Wcast-qual
#CFLAGS += -Wsign-conversion #CFLAGS += -Wsign-conversion