diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-12-11 11:28:36 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-12-11 12:00:37 +0000 |
| commit | bb1432c0ad0ba2955df9483dde67a987fb946ed8 (patch) | |
| tree | de03582f7b8b97f5f7cf0d8519d050cd494998c0 /pattern.c | |
| parent | 57fbcd2b29aa74423d47a9efd783a1508ab1bfc5 (diff) | |
| download | puzzles-bb1432c0ad0ba2955df9483dde67a987fb946ed8.zip puzzles-bb1432c0ad0ba2955df9483dde67a987fb946ed8.tar.gz puzzles-bb1432c0ad0ba2955df9483dde67a987fb946ed8.tar.bz2 puzzles-bb1432c0ad0ba2955df9483dde67a987fb946ed8.tar.xz | |
gtk.c: squelch uninitialised-variable warning.
Apparently some compilers can't work out that new_window() will always
write to its error-message parameter if it returns failure, so they
complain at the call site that 'error' might be used uninitialised.
Fix by explicitly initialising it. (To NULL, which really _shouldn't_
stop the compiler from warning, because surely that's just as bad if
it reaches the following printf!)
Also, while I'm at it, move it into the block where it's used, so it
doesn't look as if it might pervade the whole of main().
Diffstat (limited to 'pattern.c')
0 files changed, 0 insertions, 0 deletions