-
Notifications
You must be signed in to change notification settings - Fork 114
Cppcheck and GCC build warning fixes #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sshedi
wants to merge
34
commits into
ecki:master
Choose a base branch
from
sshedi:sshedi-fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
257f850
Add few more files to gitignore
sshedi 8978e2f
arp: fix cppcheck issues and gcc build warnings
sshedi 8528214
hostname: fix cppcheck issues and gcc build warnings
sshedi e887420
ifconfig: fix cppcheck issues and gcc build warnings
sshedi 946a417
iptunnel: fix cppcheck issues and gcc build warnings
sshedi 5867e88
ipmaddr: fix cppcheck issues and gcc build warnings
sshedi e86fbe6
mii-tool: fix cppcheck issues and gcc build warnings
sshedi 0d2338f
nameif: fix cppcheck issues and gcc build warnings
sshedi 2d68926
netstat: fix cppcheck issues and gcc build warnings
sshedi 6eb79a7
plipconfig: fix cppcheck issues and gcc build warnings
sshedi a140972
rarp: fix cppcheck issues and gcc build warnings
sshedi d75e74a
route: fix cppcheck issues and gcc build warnings
sshedi c28c2b2
slattach: fix cppcheck issues and gcc build warnings
sshedi 8a8d5d2
statistics: fix cppcheck issues and gcc build warnings
sshedi d4b6e3a
lib/arcnet: fix cppcheck issues and gcc build warnings
sshedi b5e1544
lib/ax25: fix cppcheck issues and gcc build warnings
sshedi 6c89b4a
lib/ddp_gr: fix cppcheck issues and gcc build warnings
sshedi 5e09cee
lib/ec_hw: fix cppcheck issues and gcc build warnings
sshedi 9e88a7d
lib/ether: fix cppcheck issues and gcc build warnings
sshedi cb8d14d
lib/fddi: fix cppcheck issues and gcc build warnings
sshedi 85dd10f
lib/hw: fix cppcheck issues and gcc build warnings
sshedi b306fdb
lib/ib: fix cppcheck issues and gcc build warnings
sshedi 31475ef
lib/interface: fix cppcheck issues and gcc build warnings
sshedi 7a206b6
lib/ipx_gr: fix cppcheck issues and gcc build warnings
sshedi 3d78610
lib/loopback: fix cppcheck issues and gcc build warnings
sshedi 550e8b8
lib/netrom_gr: fix cppcheck issues and gcc build warnings
sshedi d469276
lib/slip: fix cppcheck issues and gcc build warnings
sshedi 3d59936
lib/strip: fix cppcheck issues and gcc build warnings
sshedi c3bfd23
lib/tr: fix cppcheck issues and gcc build warnings
sshedi 6d68025
lib/unix: fix cppcheck issues and gcc build warnings
sshedi ac09500
lib/util-ank: fix cppcheck issues and gcc build warnings
sshedi 93ef539
lib/x25: fix cppcheck issues and gcc build warnings
sshedi bf9661d
lib/x25_gr: fix cppcheck issues and gcc build warnings
sshedi 7b8870d
Enforce Werror and Wextra to default CFLAGS
sshedi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,9 @@ | |
| *.patch | ||
| *.rej | ||
| *.orig | ||
| .vimrc | ||
| tags | ||
| cscope.out | ||
|
|
||
| .gdb_history | ||
| .gdbinit | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.