mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Our gcc-on-Solaris buildfarm members emit "incompatible pointer type" warnings in places where it's not. This is a bit odd, since AFAICT Solaris 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-track warnings where we can easily do so. |
||
|---|---|---|
| .. | ||
| aix | ||
| hpux | ||
| tas | ||
| win32 | ||
| .gitignore | ||
| atomics.c | ||
| Makefile | ||
| posix_sema.c | ||
| sysv_sema.c | ||
| sysv_shmem.c | ||
| win32_sema.c | ||
| win32_shmem.c | ||