Add -Wwrite-strings
and fix its warnings
This commit is contained in:
parent
d79780dd62
commit
316781e0e9
@ -147,7 +147,7 @@
|
||||
|
||||
typedef struct st_dtmf_key
|
||||
{
|
||||
char *event_name;
|
||||
const char *event_name;
|
||||
int event_encoding;
|
||||
float low_frequency;
|
||||
float high_frequency;
|
||||
|
@ -117,7 +117,7 @@
|
||||
|
||||
typedef struct st_dtmf_key
|
||||
{
|
||||
char *event_name;
|
||||
const char *event_name;
|
||||
int event_encoding;
|
||||
float low_frequency;
|
||||
float high_frequency;
|
||||
|
Loading…
x
Reference in New Issue
Block a user