From c12386d766301dfd6603ea33dbd28f90cec9759e Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 11 Apr 2021 21:40:39 -0700 Subject: [PATCH] squash -Wmissing-prototypes warning --- cmd/smyrna/gltemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/smyrna/gltemplate.c b/cmd/smyrna/gltemplate.c index 1e6af429b..feb64c441 100644 --- a/cmd/smyrna/gltemplate.c +++ b/cmd/smyrna/gltemplate.c @@ -49,7 +49,7 @@ static glMouseButtonType getGlCompMouseType(int n) params:gtk gl config class , attribute name and id,if boolean expected send is_boolean true return value:none */ -void print_gl_config_attrib(GdkGLConfig * glconfig, +static void print_gl_config_attrib(GdkGLConfig * glconfig, const gchar * attrib_str, int attrib, gboolean is_boolean) { -- 2.40.0