msaravanan77 opened a new pull request, #620: URL: https://github.com/apache/guacamole-server/pull/620
This commit addresses C standard compliance issues identified when building with Clang 18.1.3 and strict compiler flags. Changes made: 1. Added 'void' keyword to all function declarations with no parameters to comply with modern C standards (fixes -Wstrict-prototypes warnings) 2. Removed unused 'flushed' variable in surface.c that was set but never used (fixes -Wunused-but-set-variable warning) The code now builds cleanly with both GCC and Clang when using -Werror -Wstrict-prototypes flags. ## JIRA Issue https://issues.apache.org/jira/browse/GUACAMOLE-2136 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
