Commit 77cecb1
committed
COMP: Suppress deprecated warnings in MSVC wrapping builds
Add /wd4996 to MSVC compile flags for SWIG-generated Python wrapper
targets. This suppresses C4996 warnings triggered by deprecated
VariableLengthVector::AllocateElements calls in auto-generated wrapper
code. GCC/Clang wrapping builds already suppress all warnings with -w.1 parent 1d0305e commit 77cecb1
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
| 531 | + | |
531 | 532 | | |
532 | 533 | | |
533 | 534 | | |
534 | 535 | | |
535 | | - | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
| |||
0 commit comments