]> source.dussan.org Git - tigervnc.git/commit
Explicitly mark switch case fall through
authorPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2023 15:26:02 +0000 (16:26 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2023 15:43:34 +0000 (16:43 +0100)
commit23cabcaa9ebcb64bfcf6b89ceda03ce0cc356709
treee204a8ff1d1f3f23fff94d40e85e69bdbee1f9fb
parente866c7de65f02ef79ff1090f802a20131a4633df
Explicitly mark switch case fall through

This allows us to separate accidental fall through from explicit ones,
which allows us to turn on such checks in the compiler.
common/rfb/CSecurityRSAAES.cxx
common/rfb/JpegCompressor.cxx
common/rfb/PixelFormat.inl
vncviewer/DesktopWindow.cxx
vncviewer/OptionsDialog.cxx
win/winvnc/STrayIcon.cxx