[HACKERS] Re: Uninitialized variable introduced in3217327053638085d24dd4d276e7c1f7ac2c4c6b
От | Peter Eisentraut |
---|---|
Тема | [HACKERS] Re: Uninitialized variable introduced in3217327053638085d24dd4d276e7c1f7ac2c4c6b |
Дата | |
Msg-id | 60bf2fa8-4c3b-62da-a959-e73fb9fcf5b7@2ndquadrant.com обсуждение исходный текст |
Ответ на | [HACKERS] Uninitialized variable introduced in 3217327053638085d24dd4d276e7c1f7ac2c4c6b (Mark Dilger <hornschnorter@gmail.com>) |
Ответы |
Re: [HACKERS] Uninitialized variable introduced in 3217327053638085d24dd4d276e7c1f7ac2c4c6b
|
Список | pgsql-hackers |
On 4/6/17 10:59, Mark Dilger wrote: > Can you perhaps initialize the variable 'address' to suppress the warning? Thanks. A potential fix for this has been pushed. > tablecmds.c:5984:6: warning: variable 'address' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] > if (generatedEl) > ^~~~~~~~~~~ > tablecmds.c:5999:9: note: uninitialized use occurs here > return address; > ^~~~~~~ > tablecmds.c:5984:2: note: remove the 'if' if its condition is always true > if (generatedEl) > ^~~~~~~~~~~~~~~~ > tablecmds.c:5936:2: note: variable 'address' is declared here > ObjectAddress address; > ^ > -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: