num.cpp:18: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:20: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:25: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:27: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:35: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:37: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:42: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:44: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:52: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:54: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:62: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:64: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:72: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:74: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:79: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:81: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:89: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:91: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:99: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:101: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:109: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:111: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
num.cpp:119: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
num.cpp:121: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Done processing num.cpp
Total errors found: 24
|