diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-22 13:16:33 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-22 13:16:33 +0100 |
commit | 33c2f5fb01b1cb9145751a745cfa2514421fa7b3 (patch) | |
tree | f8c0318f6d50928ee96ed1e8663a0c0c5fce7d3e /gst/festival | |
parent | 010789159d7bf274e11f0b4bec5c66543ad1220f (diff) | |
download | gstreamer-plugins-bad-33c2f5fb01b1cb9145751a745cfa2514421fa7b3.tar.gz |
Add -Wwrite-strings
and fix its warnings
Diffstat (limited to 'gst/festival')
-rw-r--r-- | gst/festival/gstfestival.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/festival/gstfestival.h b/gst/festival/gstfestival.h index 66350f442..d099954e6 100644 --- a/gst/festival/gstfestival.h +++ b/gst/festival/gstfestival.h @@ -75,9 +75,9 @@ extern "C" { typedef struct FT_Info { int encoding; - char *server_host; + const char *server_host; int server_port; - char *text_mode; + const char *text_mode; int server_fd; } FT_Info; |