* enc/mktable.c (ENC_INFO): constify to suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f0e9fa3cb1
commit
310c2adf1b
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int num;
|
int num;
|
||||||
char* name;
|
const char* name;
|
||||||
} ENC_INFO;
|
} ENC_INFO;
|
||||||
|
|
||||||
static ENC_INFO Info[] = {
|
static ENC_INFO Info[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user