issues
search
rdiankov
/
collada-dom
COLLADA Document Object Model (DOM) C++ Library
78
stars
40
forks
source link
Silence warnings
#37
Closed
undisputed-seraphim
closed
2 years ago
undisputed-seraphim
commented
3 years ago
Silence warnings related to the deprecation of
auto_ptr
(removed in C++17)
Silence warnings related to casting of
NULL
to int (-Wconversion-null), make intent to return 0 clear.
auto_ptr
(removed in C++17)NULL
to int (-Wconversion-null), make intent to return 0 clear.