Skip to content

Commit

Permalink
split the line
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak authored Mar 10, 2024
1 parent 8fcc9be commit 621ae6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/compiler-warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

Go through the programs written so far and run the compiler using the `-Wall -Wextra` options.
- What kind of problems have you discovered? How to fix those?
- See e.g. #source whole-array.c example above (where only `-Wextra` gives some clue)

See e.g. #source whole-array.c example above (where only `-Wextra` gives some clue)

Explore the compiler documentation for more helpful options. Over the time you
will find a set of warning options that will serve you well.

0 comments on commit 621ae6a

Please sign in to comment.