mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Ignore SWIG nested class warnings #326
This commit is contained in:
parent
2fb06cf133
commit
4db4427f5d
@ -267,7 +267,7 @@ S_main: \$(TRICK_FIXED_PYTHON)
|
||||
|
||||
py_%.cpp: %.i
|
||||
\t\$(PRINT_SWIG)
|
||||
\t\$(ECHO_CMD)\$(SWIG) \$(TRICK_INCLUDE) \$(TRICK_DEFINES) \$(TRICK_VERSIONS) \$(SWIG_FLAGS) -c++ -python -includeall -ignoremissing -w201,303,362,389,401,451 -outdir trick -o \$@ \$<
|
||||
\t\$(ECHO_CMD)\$(SWIG) \$(TRICK_INCLUDE) \$(TRICK_DEFINES) \$(TRICK_VERSIONS) \$(SWIG_FLAGS) -c++ -python -includeall -ignoremissing -w201,303,320,362,389,401,451 -outdir trick -o \$@ \$<
|
||||
|
||||
\$(SWIG_OBJECTS): %.o: %.cpp
|
||||
\t\$(PRINT_COMPILE_SWIG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user