]> source.dussan.org Git - tigervnc.git/commit
Use exceptions rather than asserts for for "normal" errors 47/head
authorPierre Ossman <ossman@cendio.se>
Fri, 10 Oct 2014 11:37:35 +0000 (13:37 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 10 Oct 2014 11:37:35 +0000 (13:37 +0200)
commitd1a853bca7a70467915b3759aa9de5e63a5e8edb
tree5bcb8ba3e2095e27b45eca447ca4e933661e6647
parent86750633ff7c5d8836b751148234ab94e132b0a5
Use exceptions rather than asserts for for "normal" errors

Although these are rare, they are still not indicative of bugs so
an exception (which ends up in the log and might also be shown to
the user) is more appropriate than an assert. Asserts should only
be used to catch blatant API misuse and similar.
vncviewer/OSXPixelBuffer.cxx
vncviewer/Viewport.cxx
vncviewer/X11PixelBuffer.cxx