From ca73c3358c91434e68ab31c23d13986d87c661cd Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 9 Jul 2017 14:12:31 -0700 Subject: glsl: Mark functions static Cuts 3224 bytes of .text Reviewed-by: Jordan Justen --- src/compiler/glsl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/glsl/main.cpp') diff --git a/src/compiler/glsl/main.cpp b/src/compiler/glsl/main.cpp index e0d3ab75d16..123e41f9dcc 100644 --- a/src/compiler/glsl/main.cpp +++ b/src/compiler/glsl/main.cpp @@ -52,7 +52,7 @@ const struct option compiler_opts[] = { /** * \brief Print proper usage and exit with failure. */ -void +static void usage_fail(const char *name) { -- cgit v1.2.3