You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid -Wuseless-cast GCC warnings with TinyXML-2 (#7499)
```
In file included from /home/user/cppcheck/externals/tinyxml2/tinyxml2.cpp:24:
/home/user/cppcheck/externals/tinyxml2/tinyxml2.h:442:26: warning: useless cast to type ‘size_t’ {aka ‘long unsigned int’} [-Wuseless-cast]
442 | char itemData[static_cast<size_t>(ITEM_SIZE)];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
0 commit comments