mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
fprintf returns a value. Not using it is mostly fine, but it generates noise when compiling with all warnings on, so cast to (void)
fprintf returns a value. Not using it is mostly fine, but it generates noise when compiling with all warnings on, so cast to (void)