Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c.
Andres Freund <andres@anarazel.de>
Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c. When compiling postgres using gcc -O3, there are false-positive warnings about the now initialized variables. Silence them. Author: Peter Eisentraut, Andres Freund Discussion: https://postgr.es/m/15fb2350-b8b8-e188-278f-0b34fdee5210@2ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/dbcommands.c | modified | +7 −6 |
Discussion
- "may be unused" warnings for gcc 5 messages · 2017-02-20 → 2019-09-27