Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -pedantic -Wreturn-type
This commit is contained in:
parent
f39ed94419
commit
3191473523
9 changed files with 80 additions and 60 deletions
|
|
@ -113,6 +113,6 @@ void SWIGV8_INIT (v8::Handle<v8::Object> exports, v8::Handle<v8::Object> /*modul
|
|||
}
|
||||
|
||||
#if defined(BUILDING_NODE_EXTENSION)
|
||||
NODE_MODULE($jsname, $jsname_initialize);
|
||||
NODE_MODULE($jsname, $jsname_initialize)
|
||||
#endif
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue