build: fix a warning from clang

* src/muscle-tab.c: Declare local functions static.
This commit is contained in:
Akim Demaille
2013-06-03 16:40:30 +02:00
parent 266cdc3025
commit 8e13c5c03b

View File

@@ -557,6 +557,7 @@ muscle_percent_define_use (char const *variable)
/* The value of %define variable VARIABLE (corresponding to FIELD, if
defined). Do not register as used, but diagnose unset variables. */
static
char const *
muscle_percent_define_get_raw (char const *variable, char const *field)
{