Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
master-embedded-systems
c-exercise-solutions public
Commits
e65dd10f
Commit
e65dd10f
authored
Sep 05, 2017
by
Dominik Widhalm
Browse files
Removed unused compiler option from README
parent
672c2f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e65dd10f
...
...
@@ -53,4 +53,4 @@ following flags enabled:
-
**-Wunreachable-code**
: warn if the compiler detects that code will never be executed.
Compile statement:
`gcc -std=gnu99 -pedantic -Wextra -Wall -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings
-Wconversion
-Wunreachable-code -o main main.c ...`
`gcc -std=gnu99 -pedantic -Wextra -Wall -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wunreachable-code -o main main.c ...`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment