nested_extend_c testcase fix when compiled by C++ target languages
Javascript v8 and node compiles the wrappers as C++, fix this warning: anonymous type with no linkage used to declare variable ‘<anonymous struct> THING’ with linkage
This commit is contained in:
parent
213058de01
commit
ed084f30f2
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ typedef struct {
|
|||
} bar;
|
||||
} FOO;
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
int i;
|
||||
} THING;
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue