mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
suppress static-in-inline warning
* ext/date/zonetab.list (zonetab): forward declaration as static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cebc948747
commit
e5230fba8f
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ struct zone {
|
|||
int name;
|
||||
int offset;
|
||||
};
|
||||
|
||||
static const struct zone *zonetab();
|
||||
#line 9 "zonetab.list"
|
||||
struct zone;
|
||||
/* maximum key range = 434, duplicates = 0 */
|
||||
|
|
|
@ -3,7 +3,7 @@ struct zone {
|
|||
int name;
|
||||
int offset;
|
||||
};
|
||||
|
||||
static const struct zone *zonetab();
|
||||
%}
|
||||
|
||||
struct zone;
|
||||
|
|
Loading…
Reference in a new issue