LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

clang-warning-fix #487

Closed archont94 closed 2 years ago

archont94 commented 2 years ago

Add 'void' for few functions, as clang is not happy about fnc() instead of fnc(void). Small thing, but annoying.

bk138 commented 2 years ago

Which build setup version are you using? I don't get these warnings with mkdir build; cd build; CC=clang cmake ..; cmake --build . with clang version 11.0.1.

archont94 commented 2 years ago

@bk138 sorry, you are right - I was too tired yesterday and make mistake. What I really meant was semantic issues in Xcode 13: xcode warning — kopia