File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/swigwarn.swg DESTINATION ${SWIG_LIB})
127
127
# ---------
128
128
file (GLOB DOH_SOURCES ${SWIG_SOURCE_DIR} /DOH/*.c )
129
129
file (GLOB CPARSE_SOURCES ${SWIG_SOURCE_DIR} /CParse/*.c )
130
+ list (REMOVE_ITEM CPARSE_SOURCES ${SWIG_SOURCE_DIR} /CParse/parser.c )
130
131
list (APPEND CPARSE_SOURCES )
131
132
file (GLOB PREPROCESSOR_SOURCES ${SWIG_SOURCE_DIR} /Preprocessor/*.c )
132
133
file (GLOB CORE_SOURCES ${SWIG_SOURCE_DIR} /Swig/*.c )
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ void Swig_interface_propagate_methods(Node *n) {
183
183
if (Strcmp (symname, " $ignore" ) != 0 ) {
184
184
Symtab *oldscope = Swig_symbol_setscope (Getattr (n, " symtab" ));
185
185
Node *on = Swig_symbol_add (symname, cn);
186
+ (void )on;
186
187
assert (on == cn);
187
188
188
189
// Features from the copied base class method are already present, now add in features specific to the added method in the derived class
You can’t perform that action at this time.
0 commit comments