Closed galpeter closed 5 years ago
On Windows there is a warning (C4255) which notifies the developer if the function argument is empty and no 'void' is specified.
Example warning: 'InitTcp': no function prototype given: converting '()' to '(void)'
The change adds the 'void' specifier for such methods.
On Windows there is a warning (C4255) which notifies the developer if the function argument is empty and no 'void' is specified.
Example warning: 'InitTcp': no function prototype given: converting '()' to '(void)'
The change adds the 'void' specifier for such methods.