Skip to content

Commit

Permalink
Fix build with -Werror=implicit-function-declaration (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored Mar 31, 2024
1 parent a133ab0 commit 4e17ad5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/contrib/non-blocking/overlap.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <unistd.h>
#include <math.h>
#include <sys/time.h>
#include <time.h>
#include <string.h>
#include <assert.h>

Expand Down
1 change: 1 addition & 0 deletions tests/mpi/test_mpi_accs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>

#define XDIM 1024
Expand Down
1 change: 1 addition & 0 deletions tests/mpi/test_mpi_indexed_accs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>

#define XDIM 16
Expand Down
1 change: 1 addition & 0 deletions tests/mpi/test_mpi_indexed_gets.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>

#define XDIM 8
Expand Down
1 change: 1 addition & 0 deletions tests/mpi/test_mpi_indexed_puts_gets.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>

#define XDIM 8
Expand Down
1 change: 1 addition & 0 deletions tests/mpi/test_mpi_subarray_accs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <mpi.h>

#define XDIM 1024
Expand Down

0 comments on commit 4e17ad5

Please sign in to comment.