diff --git a/scconfig/hooks.c b/scconfig/hooks.c index 53f97052..4dd36d69 100644 --- a/scconfig/hooks.c +++ b/scconfig/hooks.c @@ -216,6 +216,7 @@ int hook_detect_target() } */ } + /* append("cc/cflags", " -Wformat -Werror=format-security"); */ } if (require("libs/io/popen/*", 0, 0) != 0) { diff --git a/scconfig/src/gui/find_gl.h b/scconfig/src/gui/find_gl.h index 7429f342..c379c426 100644 --- a/scconfig/src/gui/find_gl.h +++ b/scconfig/src/gui/find_gl.h @@ -1,6 +1,6 @@ int find_gl(const char *name, int logdepth, int fatal); int find_gl_vao(const char *name, int logdepth, int fatal); -int find_gl_fb_attachment(const char *name, int logdepth, int fatal); +int find_gl_fb_attachment(const char *name, int logdepth, int fatal /* , const char *call, const char *arg */); int find_glu(const char *name, int logdepth, int fatal); int find_glut(const char *name, int logdepth, int fatal);