From 82bb4df7578149a3e08e9b52f7f8a2ff882f81d0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 23 Jan 2008 21:18:07 +0000 Subject: Fix warnings on HPPA due to assigning static strings to non-const char *. Thanks to Reinhard Tartler and the Debian project buildds. --- bin/bbackupquery/makedocumentation.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bbackupquery') diff --git a/bin/bbackupquery/makedocumentation.pl.in b/bin/bbackupquery/makedocumentation.pl.in index 72e45a67..530c4ff6 100755 --- a/bin/bbackupquery/makedocumentation.pl.in +++ b/bin/bbackupquery/makedocumentation.pl.in @@ -40,7 +40,7 @@ print OUT <<__E; #include "MemLeakFindOn.h" -char *help_commands[] = +const char *help_commands[] = { __E @@ -53,7 +53,7 @@ print OUT <<__E; 0 }; -char *help_text[] = +const char *help_text[] = { __E -- cgit v1.2.3