]> source.dussan.org Git - tigervnc.git/commit
Work around -Wcast-function-type
authorPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2023 18:43:16 +0000 (19:43 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2023 15:43:34 +0000 (16:43 +0100)
commit36f3690b09c2377814443f47fb493b767826aacf
treef9baaa7bab96e22172f60f381c8b3b3a6059adc5
parent03ca97526bf838fe3fe65087ae32b01a64093975
Work around -Wcast-function-type

That warning doesn't play well with Windows' GetProcAddress(), so add
some extra casting to work around it.
win/rfb_win32/WMHooks.cxx
win/winvnc/VNCServerService.cxx