mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +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)