mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 04:22:13 +00:00
Merge pull request #1376 from neheb/make
Deny warnings with -Wno instead of commenting them out.
This commit is contained in:
commit
4a4eb0ef7f
13
src/Makefile
13
src/Makefile
@ -153,11 +153,14 @@ CFLAGS += -Wwrite-strings
|
||||
|
||||
# the following compiler options produce warnings that should be fixed at some time
|
||||
|
||||
#CFLAGS += -Wsizeof-pointer-memaccess
|
||||
#CFLAGS += -Wcast-align
|
||||
#CFLAGS += -Wcast-qual
|
||||
#CFLAGS += -Wsign-conversion
|
||||
#CFLAGS += -pedantic
|
||||
CFLAGS += -Wno-cast-align
|
||||
CFLAGS += -Wno-cast-qual
|
||||
CFLAGS += -Wno-conversion
|
||||
CFLAGS += -Wno-padded
|
||||
CFLAGS += -Wno-pedantic
|
||||
CFLAGS += -Wno-sizeof-pointer-memaccess
|
||||
#CFLAGS += -Wno-reserved-id-macro //clang specific
|
||||
#CFLAGS += -Wno-used-but-marked-unused // ^^
|
||||
endif
|
||||
|
||||
# default linux and freebsd thread stack size is 2MB
|
||||
|
Loading…
Reference in New Issue
Block a user