- Notifications
You must be signed in to change notification settings - Fork5
Commit8ba288d
committed
Suppress Coverity complaints in readfuncs.c.
Coverity is complaining that the value returned by pg_strtok inREAD_LOCATION_FIELD and READ_BITMAPSET_FIELD macros is not used. In commit39bfc94, we did this to the other macrosto placate compilers that complained when the variable was completelyunused, this extends that to the last remaining macros.1 parenta687ec7 commit8ba288d
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
| |||
118 | 119 |
| |
119 | 120 |
| |
120 | 121 |
| |
| 122 | + | |
121 | 123 |
| |
122 | 124 |
| |
123 | 125 |
| |
|
0 commit comments
Comments
(0)