bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] build: fix a warning from clang


From: Akim Demaille
Subject: [PATCH 1/2] build: fix a warning from clang
Date: Mon, 3 Jun 2013 16:43:08 +0200

* src/muscle-tab.c: Declare local functions static.
---
 src/muscle-tab.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/muscle-tab.c b/src/muscle-tab.c
index 8925d22..cc5d01d 100644
--- a/src/muscle-tab.c
+++ b/src/muscle-tab.c
@@ -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)
 {
-- 
1.8.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]