RetroArch/network
orbea d557ab09ce Fix a gcc -Wformat= warning with C89_BUILD.
network/netplay/netplay_frontend.c: In function ‘netplay_announce_cb’:
network/netplay/netplay_frontend.c:734:32: warning: format ‘%X’ expects argument of type ‘unsigned int *’, but argument 3 has type ‘int *’ [-Wformat=]
                sscanf(val, "%08X", &host_room->gamecrc);
                             ~~~^   ~~~~~~~~~~~~~~~~~~~
                             %08X
2018-12-16 19:59:53 -08:00
..
httpserver Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
netplay Fix a gcc -Wformat= warning with C89_BUILD. 2018-12-16 19:59:53 -08:00
net_http_special.c add HTTP POST support 2017-03-05 14:19:34 -05:00
net_http_special.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
net_logger.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00