From 98d15bdfc7ae70f89f58d46b1727aed19ceaf387 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 29 Dec 2015 16:04:45 +0100 Subject: fix warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index db642c2..375cf49 100644 --- a/src/common.h +++ b/src/common.h @@ -65,7 +65,7 @@ usage(void) \ * @param name:sitrng literal The name of the command. */ #define COMMAND(name) \ -char *argv0 = name; +const char *argv0 = name; /** -- cgit v1.2.3-70-g09d2