]> source.dussan.org Git - tigervnc.git/commit
Remove variable length arrays
authorPierre Ossman <ossman@cendio.se>
Wed, 7 Nov 2018 20:36:05 +0000 (21:36 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 7 Nov 2018 20:36:05 +0000 (21:36 +0100)
commitbeb59a43207f3ac411f1812e8a0dad01d9d1ef7a
treeb7a538c1d32072df900cdbe695ddbc869fb184c6
parent6e7f16907db1a0edcca86bcc67dc26003a8dd413
Remove variable length arrays

These are not allowed in C++, and have been made optional in C11.
So let's just get rid of them and any issues they may cause.
CMakeLists.txt
common/rfb/CMsgReader.cxx
common/rfb/Cursor.cxx
common/rfb/TightDecoder.cxx
tests/encperf.cxx
vncviewer/gettext.h
vncviewer/parameters.cxx