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

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.