Skip to content

Conversation

@jsquyres
Copy link
Member

Similar to #3187, a bunch of compiler warning fixes for v2.1.1.

Some were cherry-picked from #3187 (not from master), and are noted in the commit messages. A few were original to this branch.

None are critical for v2.1.0.

@hppritcha Please review.

Remove unused variables and unused label.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
(cherry picked from commit a242857)
We don't use the "non-null" arg attribute stuff anywhere else, and we
don't use it on master.  So go ahead and remove it here, thereby
fixing a compiler warning (that we are redundantly checking the args
for NULL in the definition of the routine).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
(cherry picked from commit 4285c3c)
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Remove unused variable

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Remove dead code.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Remove unused variable.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
(cherry picked from commit 93abcc1)
Add missing "const" qualifiers to some arguments.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
(cherry picked from commit cb4bc5a)
Add missing param in function call.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
@jsquyres jsquyres added this to the v2.1.1 milestone Mar 16, 2017
@jsquyres jsquyres requested a review from hppritcha March 16, 2017 14:39
@hppritcha hppritcha merged commit 97c95c4 into open-mpi:v2.x Mar 28, 2017
@jsquyres jsquyres deleted the pr/v2.1.1/compiler-warning-fixes branch August 2, 2018 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants