Building with hardened options results in compilation error due to using
non-constant string for fprintf format argument:
src/init_GL.c:158:9: error: format not a string literal and no format arguments [-Werror=format-security]
158 | fprintf(stderr, log);
Signed-off-by: Marcin Serwin marcin@serwin.dev
Building with hardened options results in compilation error due to using
non-constant string for fprintf format argument:
src/init_GL.c:158:9: error: format not a string literal and no format arguments [-Werror=format-security]
158 | fprintf(stderr, log);
Signed-off-by: Marcin Serwin <marcin@serwin.dev>