forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5788052
committed
Fix "quiet inline" configure test for newer clang compilers.
This test used to just define an unused static inline function and checkwhether that causes a warning. But newer clang versions warn aboutunused static inline functions when defined inside a .c file, but notwhen defined in an included header, which is the case we care about.Change the test to cope.Andres Freund1 parent8c43980 commit5788052
3 files changed
+19
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
23 | 34 |
| |
24 | 35 |
| |
25 | 36 |
| |
| |||
28 | 39 |
| |
29 | 40 |
| |
30 | 41 |
| |
31 |
| - | |
| 42 | + | |
32 | 43 |
| |
33 | 44 |
| |
34 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15104 | 15104 |
| |
15105 | 15105 |
| |
15106 | 15106 |
| |
15107 |
| - | |
| 15107 | + | |
15108 | 15108 |
| |
15109 | 15109 |
| |
15110 | 15110 |
| |
|
0 commit comments
Comments
(0)