fix compiler warnings in scconfig
This commit is contained in:
parent
7d971f1f6c
commit
5d2a0f7bb0
|
|
@ -216,6 +216,7 @@ int hook_detect_target()
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
/* append("cc/cflags", " -Wformat -Werror=format-security"); */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (require("libs/io/popen/*", 0, 0) != 0) {
|
if (require("libs/io/popen/*", 0, 0) != 0) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
int find_gl(const char *name, int logdepth, int fatal);
|
int find_gl(const char *name, int logdepth, int fatal);
|
||||||
int find_gl_vao(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_glu(const char *name, int logdepth, int fatal);
|
||||||
int find_glut(const char *name, int logdepth, int fatal);
|
int find_glut(const char *name, int logdepth, int fatal);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue