orbea
30e5f1dfef
Fix gcc -Wformat warnings with C89_BUILD.
gfx/display_servers/dispserv_x11.c: In function ‘x11_display_server_set_resolution’:
gfx/display_servers/dispserv_x11.c:221:76: warning: ISO C90 does not support the ‘%lf’ gnu_printf format [-Wformat=]
snprintf(xrandr, sizeof(xrandr), "xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d -hsync -vsync", width, height, hz, pixel_clock,
^
gfx/display_servers/dispserv_x11.c:228:76: warning: ISO C90 does not support the ‘%lf’ gnu_printf format [-Wformat=]
snprintf(xrandr, sizeof(xrandr), "xrandr --newmode \"%dx%d_%0.2f\" %lf %d %d %d %d %d %d %d %d interlace -hsync -vsync", width, height, hz, pixel_clock,
^
2018-12-16 19:15:45 -08:00
..
2018-12-12 13:28:46 +01:00
2018-12-16 19:15:45 -08:00
2018-12-12 13:28:46 +01:00
2018-12-11 20:12:25 +01:00
2018-10-10 17:54:38 -04:00
2018-12-16 08:01:03 -08:00
2018-10-14 19:49:24 +02:00
2018-12-16 16:16:07 -08:00
2018-02-19 09:11:33 +01:00
2018-05-13 21:42:02 +02:00
2018-11-02 14:30:26 +00:00
2018-09-30 17:41:24 -05:00
2018-09-12 21:44:53 +02:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-11-24 10:35:32 +01:00
2018-10-02 16:56:40 -04:00
2018-09-12 21:44:53 +02:00
2018-11-25 19:12:21 +01:00
2018-11-24 10:35:32 +01:00
2018-11-30 00:30:12 +01:00
2018-11-09 22:40:50 +01:00
2018-11-02 14:30:26 +00:00
2017-12-30 13:00:08 +01:00
2018-08-20 20:26:50 -04:00
2018-08-18 12:39:17 -04:00
2017-12-12 00:24:18 -08:00
2017-12-30 13:00:08 +01:00
2018-11-25 21:51:09 +01:00
2018-11-26 20:30:53 +01:00