]> source.dussan.org Git - tigervnc.git/commit
Avoid compiler "use of uninitialised variable" warnings
authorPierre Ossman <ossman@cendio.se>
Thu, 13 Sep 2018 10:30:30 +0000 (12:30 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 13 Sep 2018 10:30:30 +0000 (12:30 +0200)
commit9c88e0dd266292b4dec7857f073b811137b6b30d
treee8ea29145c093e2f502a6f8ea15d466b62bce3de
parent07cbf841be9a8a50e0842213086114fdd2cbbc06
Avoid compiler "use of uninitialised variable" warnings

The compiler isn't smart enough to figure all of these out, so
restructure things a bit to avoid warnings.
common/rfb/CMsgReader.cxx
vncviewer/UserDialog.cxx