Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Mar 9, 2024
1 parent b801709 commit 8fcc9be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions modules/compiler-warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@

## :wrench: Use the options

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)
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)

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 8fcc9be

Please sign in to comment.