Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Fix misc warnings and missing include files #1000

Merged
merged 5 commits into from
Mar 8, 2016

Conversation

ggouaillardet
Copy link
Contributor

:bot:assign: @rhc54
:bot:milestone:v2.0.0
:bot🏷️Code-cleanup-low-priority

Ralph Castain and others added 5 commits March 3, 2016 13:52
this bug was introduced in open-mpi/ompi@64b6956

Thanks Pavel (Pasha) Shamis for reporting this issue

(cherry picked from commit open-mpi/ompi@0fb7b07)
(cherry picked from commit open-mpi/ompi@e8d347d)
@ompiteam-bot ompiteam-bot added this to the v2.0.0 milestone Mar 3, 2016
@ggouaillardet ggouaillardet changed the title Topic/v2.x/misc warnings Fix misc warnings and missing include files Mar 3, 2016
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1396/ for details.

@@ -235,10 +239,14 @@ opal_progress_event_users_increment(void)
void
opal_progress_event_users_decrement(void)
{
#if OPAL_ENABLE_DEBUG || ! OPAL_PROGRESS_USE_TIMERS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this second conditional (!OPAL_PROGRESS_USE_TIMERS) correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks correct to me, we only need val in order to print it (e.g. OPAL_ENABLE_DEBUG) or a few lines later if ! OPAL_PROGRESS_USE_TIMERS

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@jsquyres
Copy link
Member

jsquyres commented Mar 3, 2016

It seems like there are more than just warnings fixes in here, and there are some actual bug fixes, too.

@jsquyres jsquyres added the bug label Mar 3, 2016
@jsquyres
Copy link
Member

jsquyres commented Mar 7, 2016

@rhc54 Can you have a look at this one?

@rhc54
Copy link

rhc54 commented Mar 8, 2016

👍

jsquyres added a commit that referenced this pull request Mar 8, 2016
Fix misc warnings and missing include files
@jsquyres jsquyres merged commit ae525ec into open-mpi:v2.x Mar 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants