mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Add -Wwrite-strings
and fix its warnings
This commit is contained in:
parent
d79780dd62
commit
316781e0e9
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
||||||
|
|
||||||
typedef struct st_dtmf_key
|
typedef struct st_dtmf_key
|
||||||
{
|
{
|
||||||
char *event_name;
|
const char *event_name;
|
||||||
int event_encoding;
|
int event_encoding;
|
||||||
float low_frequency;
|
float low_frequency;
|
||||||
float high_frequency;
|
float high_frequency;
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
typedef struct st_dtmf_key
|
typedef struct st_dtmf_key
|
||||||
{
|
{
|
||||||
char *event_name;
|
const char *event_name;
|
||||||
int event_encoding;
|
int event_encoding;
|
||||||
float low_frequency;
|
float low_frequency;
|
||||||
float high_frequency;
|
float high_frequency;
|
||||||
|
|
Loading…
Reference in a new issue