welcome 2022

This commit is contained in:
vanhauser-thc 2022-01-01 00:50:58 +01:00
parent f2f931965e
commit c637d1d7a0
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#
# Makefile for Hydra - (c) 2001-2020 by van Hauser / THC <vh@thc.org>
# Makefile for Hydra - (c) 2001-2022 by van Hauser / THC <vh@thc.org>
#
WARN_CLANG=-Wformat-nonliteral -Wstrncat-size -Wformat-security -Wsign-conversion -Wconversion -Wfloat-conversion -Wshorten-64-to-32 -Wuninitialized -Wmissing-variable-declarations -Wmissing-declarations
WARN_GCC=-Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral -Wformat-truncation=2 -Wnull-dereference -Wstrict-overflow=2 -Wstringop-overflow=4 -Walloca-larger-than=4096 -Wtype-limits -Wconversion -Wtrampolines -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fno-common -Wcast-align