Tool for finding C-style Casts September 20, 2023 by Tarik If you’re using gcc/g++, just enable a warning for C-style casts: g++ -Wold-style-cast ...