Modify comment

This commit is contained in:
Aidan Mullen 2024-05-03 22:00:36 -04:00
parent 34cd6fdc58
commit 1a145c911e
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

@ -22,8 +22,6 @@
!/docs/1.1_PRIVACY
!/docs/1.0_LEGAL/1.1_PRIVACY
# /src
!/src/
/src/*

View file

@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/main.c])
CFLAGS="$CFLAGS -std=c11 -pedantic-errors -Wall -Wold-style-definition -Wextra \
-Wmissing-prototypes -Wstrict-prototypes" # Compile to C89
-Wmissing-prototypes -Wstrict-prototypes" # Compile to C11
# without
# GNU extensions.
# Warnings on.