]> source.dussan.org Git - tigervnc.git/commit
Replace INITARGS with void in function parameter list 1698/head
authorFlorian Weimer <fweimer@redhat.com>
Wed, 22 Nov 2023 11:41:53 +0000 (12:41 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 22 Nov 2023 12:03:15 +0000 (13:03 +0100)
commit9cff04cb06af3fffb3e853272e12cc08c44efee6
tree782abc86d917ea060334722454437d53b2f72010
parentbe3d0bc5e97f25d8531d372784b5c6c1e77fca19
Replace INITARGS with void in function parameter list

Most compilers currently accept arbitrary identifiers in this place
and ignore then, but this is going to change and turn into an error.
(It prevents compilers from diagnosing misspelled type names,
and the resulting declaration is not a prototype, so no type
errors will be reported at call sites.)
unix/xserver/hw/vnc/vncModule.c