forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e0c761
committed
Fix erroneous -Werror=missing-braces on old GCC
The buildfarm reports that this is an error on gcc (Debian 4.7.2-5)4.7.2, 32-bit. The bug seems to be GCC bug 53119, which has obviouslybeen fixed for years.Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CT6HJ3U8068R.3A8SJMV02D9BC@gonk1 parentf25b185 commit5e0c761
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2239 | 2239 |
| |
2240 | 2240 |
| |
2241 | 2241 |
| |
2242 |
| - | |
2243 | 2242 |
| |
2244 | 2243 |
| |
2245 | 2244 |
| |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
2246 | 2251 |
| |
2247 | 2252 |
| |
2248 | 2253 |
| |
|
0 commit comments
Comments
(0)