We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cc248 commit c15ec8eCopy full SHA for c15ec8e
getting-credits/2025/tests/configure.sh
@@ -31,7 +31,7 @@ if [[ -z $MYGNUTAR ]]; then
31
# Build the binary that will be used by the test suite.
32
echo "Building the '$MYTARNAME' binary ($MYTAR)."
33
echo "Source: $MYTAR_C"
34
- $GCC -g -Wall -Wextra -std=c99 -o $MYTAR $MYTAR_C
+ $GCC -g -Wall -Wextra -std=c99 -pedantic -o $MYTAR $MYTAR_C
35
if (($? != 0)); then
36
echo "Could not build $MYTARNAME."
37
exit 1
0 commit comments