diff --git a/code/gcc-warnings.txt b/code/gcc-warnings.txt new file mode 100644 index 0000000..88a1337 --- /dev/null +++ b/code/gcc-warnings.txt @@ -0,0 +1,9 @@ + + + +gcc -std=c11 -pedantic -D_ANSI_SOURCE -fno-common \ + -fno-diagnostics-show-option -fsanitize=undefined -Wbad-function-cast \ + -Wstrict-prototypes -Wall -Wextra -Wformat-nonliteral -Wcast-align \ + -Winline -Wundef -Wcast-qual -Wshadow -Wconversion -ffloat-store + +