Eliminate some compiler warnings
This commit was SVN r2295.
Этот коммит содержится в:
родитель
6c47f6823e
Коммит
b5b873bb59
@ -2,6 +2,10 @@
|
||||
* $HEADER$
|
||||
*/
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "util/pow2.h"
|
||||
|
||||
|
||||
/**
|
||||
* This routine takes in an interger, and returns the nearest
|
||||
@ -14,8 +18,7 @@
|
||||
*/
|
||||
int ompi_round_up_to_nearest_pow2(int input_integer)
|
||||
{
|
||||
int pop_count, highest_used_bit, tmp_input_integer, cnt,
|
||||
return_value;
|
||||
int pop_count, highest_used_bit, tmp_input_integer, return_value;
|
||||
|
||||
/* init counters */
|
||||
pop_count=0;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user