forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c1a1a3
committed
Ensure that the argument of shmdt(2) is declared "void *".
Our gcc-on-Solaris buildfarm members emit "incompatible pointer type"warnings in places where it's not. This is a bit odd, since AFAICTSolaris follows the POSIX spec in declaring shmdt's argument as"const void *", and you'd think any pointer argument would satisfy that.But whatever. Part of a general push to remove off-the-beaten-trackwarnings where we can easily do so.1 parent1f6e0ce commit4c1a1a3
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
| |||
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
810 |
| - | |
| 810 | + | |
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
|
0 commit comments
Comments
(0)