Commit 9777376
committed
Fixing annoying build warning.
On Mac build I observed streams of:
```
In file included from ../../opal/include/opal/sys/atomic.h:420:
../../opal/include/opal/sys/atomic_stdc.h:53:42: warning: 'PLATFORM_COMPILER_GNU' is not defined, evaluates to 0 [-Wundef]
^
1 warning generated.
```
Signed-off-by: Geoffrey Paulsen <gpaulsen@us.ibm.com>1 parent a591791 commit 9777376
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments