mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
This commit is contained in:
parent
beef89567e
commit
f26c9896b3
@ -487,7 +487,7 @@ bool
|
||||
ParseConfigFp(FILE *fp, const char *config_file, int depth, int elevel,
|
||||
ConfigVariable **head_p, ConfigVariable **tail_p)
|
||||
{
|
||||
bool OK = true;
|
||||
volatile bool OK = true;
|
||||
unsigned int save_ConfigFileLineno = ConfigFileLineno;
|
||||
sigjmp_buf *save_GUC_flex_fatal_jmp = GUC_flex_fatal_jmp;
|
||||
sigjmp_buf flex_fatal_jmp;
|
||||
|
Loading…
Reference in New Issue
Block a user