Skip to content
Snippets Groups Projects
Commit 91c4c293 authored by Jeff Squyres's avatar Jeff Squyres
Browse files

Fix a variety of compiler warnings


- Remove dead code
- Fix shadow variable declarations
- Cast %p arguments to (void*)
- Make integer comparisons agree in sign
- Make a local function static so that it does not require a prior
  declaration

Signed-off-by: default avatarJeff Squyres <jsquyres@cisco.com>
parent 31fc6e03
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment