Modify comment
This commit is contained in:
parent
34cd6fdc58
commit
1a145c911e
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,8 +22,6 @@
|
||||||
|
|
||||||
!/docs/1.1_PRIVACY
|
!/docs/1.1_PRIVACY
|
||||||
|
|
||||||
!/docs/1.0_LEGAL/1.1_PRIVACY
|
|
||||||
|
|
||||||
# /src
|
# /src
|
||||||
!/src/
|
!/src/
|
||||||
/src/*
|
/src/*
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/main.c])
|
||||||
|
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -std=c11 -pedantic-errors -Wall -Wold-style-definition -Wextra \
|
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
|
# without
|
||||||
# GNU extensions.
|
# GNU extensions.
|
||||||
# Warnings on.
|
# Warnings on.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue