forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit37c6923
committed
Fix -Wmissing-variable-declarations warnings for float.c special case
This adds extern declarations for the global variables defined infloat.c but not meant for external use. This is a workaround to beable to add -Wmissing-variable-declarations to the global set ofwarning options in the near future.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://www.postgresql.org/message-id/flat/e0a62134-83da-4ba4-8cdb-ceb0111c95ce@eisentraut.org1 parentab61c40 commit37c6923
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
59 | 67 |
| |
60 | 68 |
| |
61 | 69 |
| |
|
0 commit comments
Comments
(0)