diff options
author | Seth R Johnson <johnsonsr@ornl.gov> | 2022-12-06 21:54:24 -0500 |
---|---|---|
committer | Seth R Johnson <johnsonsr@ornl.gov> | 2022-12-06 21:54:24 -0500 |
commit | f734c23e8c9b1316f7c242f25e1fda816770ed77 (patch) | |
tree | 619350a61ddeae7eb33553fc847a82fbc81ef768 /CMakeLists.txt | |
parent | 8a24c19d2621e0de6a4429a039dc75d3a761acd4 (diff) | |
download | swig-f734c23e8c9b1316f7c242f25e1fda816770ed77.tar.gz |
Eliminate sprintf in generated python code
Newer clang versions emit warnings in generated code:
```
warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
```
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions