2025-07-03 10:39 ftp://ftp.de.debian.org/debian/pool/main/g/grhino/grhino_0.16.1.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=gtk --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.67 compiler: g++ (Debian 12.2.0-14+deb12u1) 12.2.0 cppcheck: head 2.17.0 head-info: 90b0e14 (2025-07-02 15:41:51 +0200) count: 550 546 elapsed-time: 3.7 3.5 head-timing-info: old-timing-info: head results: grhino-0.16.1/bitboard.cc:45:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bit_count_table [valueFlowBailoutIncompleteVar] grhino-0.16.1/bitboard.cc:57:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable board_type [valueFlowBailoutIncompleteVar] grhino-0.16.1/bitboard.cc:38:17: warning:inconclusive: Member variable 'bit_board_info::move' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/bitboard.cc:38:17: warning:inconclusive: Member variable 'bit_board_info::board' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/bitboard.cc:38:17: warning:inconclusive: Member variable 'bit_board_info::hash' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/board.h:79:3: style: Struct 'byte_board_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/bitboard.h:62:3: style: Struct 'bit_board_info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/binfile.cc:51:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] grhino-0.16.1/binfile.cc:175:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] grhino-0.16.1/iter.h:117:2: warning: Member variable 'board_endgame_iterator::pos' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/iter.h:117:2: warning: Member variable 'board_endgame_iterator::pos_real' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/iter.h:117:2: warning: Member variable 'board_endgame_iterator::pos_prev' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/iter.h:117:2: style: Struct 'board_endgame_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/book.cc:112:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOK_PATH [valueFlowBailoutIncompleteVar] grhino-0.16.1/book.cc:120:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BOOK_PATH [valueFlowBailoutIncompleteVar] grhino-0.16.1/book.cc:267:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pos [valueFlowBailoutIncompleteVar] grhino-0.16.1/binfile.cc:48:20: warning: Member variable 'binary_file_input::buffer' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/binfile.cc:172:21: warning: Member variable 'binary_file_output::buffer' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/binfile.cc:50:2: performance: Variable 'file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] grhino-0.16.1/binfile.cc:174:2: performance: Variable 'file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] grhino-0.16.1/gtstream.h:49:7: performance:inconclusive: Technically the member function 'gtout::opfx' can be static (but you may consider moving to unnamed namespace). [functionStatic] grhino-0.16.1/gtstream.h:50:8: performance:inconclusive: Technically the member function 'gtout::osfx' can be static (but you may consider moving to unnamed namespace). [functionStatic] grhino-0.16.1/binfile.h:46:3: style: Class 'binary_file_input' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/binfile.h:73:3: style: Class 'binary_file_output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/binfile.cc:188:3: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction] grhino-0.16.1/book.cc:52:2: style: Struct 'book_next' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/aiai.cc:421:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/aiai.cc:573:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/book.cc:233:32: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/book.cc:233:43: style: Parameter 'move_history' can be declared as const array [constParameter] grhino-0.16.1/book.cc:233:73: style: Parameter 'player_history' can be declared as const array [constParameter] grhino-0.16.1/dump_pattern.cc:80:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/dump_pattern.cc:180:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::random_game' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::random_game_pieces' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::player' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::game_result' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::clock_history_black' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::clock_history_white' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::first_play_is_pass' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::player_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::move_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::time_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::num_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::min_num_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.cc:26:12: warning: Member variable 'game_info::max_num_history' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gameinfo.h:102:8: style:inconclusive: Technically the member function 'game_info::is_random_game' can be const. [functionConst] grhino-0.16.1/gameinfo.h:103:8: style:inconclusive: Technically the member function 'game_info::get_random_game_pieces' can be const. [functionConst] grhino-0.16.1/gameinfo.h:104:8: style:inconclusive: Technically the member function 'game_info::get_player' can be const. [functionConst] grhino-0.16.1/gameinfo.h:105:8: style:inconclusive: Technically the member function 'game_info::is_game_play' can be const. [functionConst] grhino-0.16.1/gameinfo.h:106:20: style:inconclusive: Technically the member function 'game_info::get_game_result' can be const. [functionConst] grhino-0.16.1/gameinfo.h:107:8: style:inconclusive: Technically the member function 'game_info::is_use_clock' can be const. [functionConst] grhino-0.16.1/gameinfo.cc:235:16: style:inconclusive: Technically the member function 'game_info::get_clock' can be const. [functionConst] grhino-0.16.1/gameinfo.h:109:8: note: Technically the member function 'game_info::get_clock' can be const. grhino-0.16.1/gameinfo.cc:235:16: note: Technically the member function 'game_info::get_clock' can be const. grhino-0.16.1/game.cc:472:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable app [valueFlowBailoutIncompleteVar] grhino-0.16.1/game.cc:599:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] grhino-0.16.1/board.cc:94:18: warning:inconclusive: Member variable 'byte_board_info::move' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/board.cc:94:18: warning:inconclusive: Member variable 'byte_board_info::board' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/board.cc:94:18: warning:inconclusive: Member variable 'byte_board_info::hash' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/board.cc:257:59: style: Parameter 'dir_count' can be declared as const array [constParameter] grhino-0.16.1/log_proc.h:644:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:221:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pos [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:361:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable used [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:430:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable used [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:487:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pos [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:509:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_book.cc:550:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_opening.cc:105:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_opening.cc:224:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/dump_pattern.cc:73:31: style: Parameter 'argv' can be declared as const array [constParameter] grhino-0.16.1/game.cc:345:6: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] grhino-0.16.1/game.cc:483:51: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] grhino-0.16.1/game.cc:621:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] grhino-0.16.1/game.cc:365:6: style: Condition '!init' is always true [knownConditionTrueFalse] grhino-0.16.1/game.cc:342:17: style: Variable 'p' can be declared as pointer to const [constVariablePointer] grhino-0.16.1/game.cc:644:75: style: Parameter 'd' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/game.cc:657:47: style: Parameter 'd' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/game.cc:680:48: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/aiai.cc:512:52: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] grhino-0.16.1/aiai.cc:545:52: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] grhino-0.16.1/aiai.cc:414:7: style: The scope of the variable 'num_game_set' can be reduced. [variableScope] grhino-0.16.1/aiai.cc:464:12: style: Local variable 'i' shadows outer variable [shadowVariable] grhino-0.16.1/aiai.cc:416:12: note: Shadowed declaration grhino-0.16.1/aiai.cc:464:12: note: Shadow variable grhino-0.16.1/gen_table.cc:95:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_opening.cc:70:37: style: Parameter 'd' can be declared as reference to const [constParameterReference] grhino-0.16.1/gevalwin.cc:158:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/gevalwin.cc:185:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] grhino-0.16.1/ghistwin.cc:80:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable icon_empty_xpm [valueFlowBailoutIncompleteVar] grhino-0.16.1/ghistwin.cc:183:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/ghistwin.cc:225:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:116:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:341:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:386:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:425:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRUSR [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:614:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gen_pattern.cc:672:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gevalwin.cc:195:20: style: gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_vbox_newCalled] grhino-0.16.1/gevalwin.cc:197:21: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gevalwin.cc:204:21: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gevalwin.cc:211:21: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gevalwin.cc:81:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:83:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:88:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:147:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:170:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:179:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:180:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:181:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:182:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:183:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:187:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:188:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:188:44: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:189:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:190:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:192:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:198:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:199:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:201:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:202:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:205:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:206:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:208:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:209:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:212:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:213:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:215:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:216:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:219:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:220:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:225:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:226:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:227:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:230:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:231:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:233:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:234:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:235:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:238:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:239:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:241:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:242:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:243:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:246:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:247:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:249:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:250:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:251:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:254:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:255:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:258:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:259:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:260:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:262:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:263:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:264:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:267:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:268:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:270:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:271:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:272:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:275:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:276:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:278:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:279:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:280:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:283:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:284:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:286:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:287:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:288:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:291:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:292:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:295:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:296:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:297:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:300:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:301:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:303:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:304:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:306:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gevalwin.cc:307:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:212:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] grhino-0.16.1/ghistwin.cc:101:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:125:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:157:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:159:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:161:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:170:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:216:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:226:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:226:45: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:227:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:228:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:230:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:245:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:249:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:250:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:251:38: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:253:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:255:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:257:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:263:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:270:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:277:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:280:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:283:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:285:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:288:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:297:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ghistwin.cc:168:26: style: Parameter 'e' can be declared as pointer to const. However it seems that 'game_history_configure_event' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] grhino-0.16.1/ghistwin.cc:230:2: note: You might need to cast the function pointer here grhino-0.16.1/ghistwin.cc:168:26: note: Parameter 'e' can be declared as pointer to const grhino-0.16.1/gpref.cc:688:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THEMEDIR [valueFlowBailoutIncompleteVar] grhino-0.16.1/gpref.cc:411:20: style: gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_vbox_newCalled] grhino-0.16.1/gpref.cc:416:20: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:436:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:456:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:472:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:488:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:504:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:520:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:547:9: style: gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_vbox_newCalled] grhino-0.16.1/gpref.cc:573:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:589:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:610:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:631:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:654:9: style: gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_vbox_newCalled] grhino-0.16.1/gpref.cc:680:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:725:9: style: gtk_hbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_HORIZONTAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_hbox_newCalled] grhino-0.16.1/gpref.cc:117:41: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:130:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:158:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:193:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:203:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:251:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:260:29: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:291:24: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:294:24: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:343:41: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:427:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:429:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:430:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:447:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:449:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:450:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:461:30: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:477:14: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:493:14: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:509:14: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:531:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:533:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:534:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:578:14: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:601:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:603:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:604:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:622:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:624:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:625:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:636:14: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:713:22: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:716:22: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:718:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:719:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:737:21: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:739:25: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:740:2: style: C-style pointer casting [cstyleCast] grhino-0.16.1/gpref.cc:119:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:132:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:144:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:146:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:148:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:156:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:160:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:185:42: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:186:46: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:189:49: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:191:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:195:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:201:62: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:204:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:206:17: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:228:43: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:236:48: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:244:45: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:252:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:262:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:280:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:289:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:295:10: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:346:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:352:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:354:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:356:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:400:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:405:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:405:48: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:413:40: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:418:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:420:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:423:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:433:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:434:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:438:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:440:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:443:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:448:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:453:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:454:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:458:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:460:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:465:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:466:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:469:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:470:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:474:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:476:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:481:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:482:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:485:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:486:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:490:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:492:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:497:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:498:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:501:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:502:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:506:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:508:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:513:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:514:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:517:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:518:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:522:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:524:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:527:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:532:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:537:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:538:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:549:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:552:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:553:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:554:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:557:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:559:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:560:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:561:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:564:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:566:58: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:567:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:568:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:571:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:575:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:577:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:582:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:583:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:586:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:587:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:591:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:593:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:597:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:602:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:607:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:608:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:612:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:614:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:618:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:628:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:629:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:633:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:635:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:640:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:641:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:644:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:645:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:656:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:659:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:660:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:661:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:664:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:666:57: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:667:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:668:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:671:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:673:54: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:674:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:675:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:678:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:682:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:684:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:687:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:717:8: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:722:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:723:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:727:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:729:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:733:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:738:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:743:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:744:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:755:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:757:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/gpref.cc:759:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_X_CURSOR [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:559:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_STATE_NORMAL [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:664:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ends [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:720:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_CANCEL_ENABLE [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1067:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1159:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1530:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THEMEDIR [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1568:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THEMEDIR [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1616:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable THEMEDIR [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1713:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable black_xpm [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:1872:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2031:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2037:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2043:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2050:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2074:95: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable widget [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2098:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] grhino-0.16.1/grhino.cc:2191:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp-rhino.cc:150:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp-rhino.cc:729:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp-rhino.cc:818:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/alphabeta.cc:80:43: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/alphabeta.cc:101:39: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/alphabeta.cc:105:43: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/alphabeta.cc:130:43: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/alphabeta.cc:151:39: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/alphabeta.cc:155:43: style: Parameter 'info' can be declared as reference to const [constParameterReference] grhino-0.16.1/gtp.cc:46:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cin [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp.cc:53:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp.cc:59:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/gtp.cc:338:46: style: Parameter 'argv' can be declared as const array [constParameter] grhino-0.16.1/gtp.cc:94:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] grhino-0.16.1/gutil.cc:29:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_BUTTONS_OK [valueFlowBailoutIncompleteVar] grhino-0.16.1/gutil.cc:41:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GDK_INTERP_BILINEAR [valueFlowBailoutIncompleteVar] grhino-0.16.1/gutil.cc:31:17: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/hash.cc:185:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/hash.cc:67:31: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/hash.cc:99:16: style: Variable 'front' can be declared as pointer to const [constVariablePointer] grhino-0.16.1/hash.cc:152:46: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/log_proc.h:66:2: warning: Member variable 'game_log::move_queue' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/log_proc.h:66:2: warning: Member variable 'game_log::move_queue_color' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/log_proc.h:66:2: warning: Member variable 'game_log::time_queue' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/log_proc.h:66:2: warning: Member variable 'game_log::time_pass_queue' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/log_proc.h:66:2: warning: Member variable 'game_log::format' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gen_book.cc:73:2: warning: Member variable 'raw_book_next::used' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gen_book.cc:83:2: warning: Member variable 'raw_book_node::new_index' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/gen_book.cc:83:2: warning: Member variable 'raw_book_node::used' is not initialized in the constructor. [uninitMemberVar] grhino-0.16.1/log_proc.h:84:7: performance:inconclusive: Technically the member function 'game_log::set_random' can be static (but you may consider moving to unnamed namespace). [functionStatic] grhino-0.16.1/log_proc.h:85:7: performance:inconclusive: Technically the member function 'game_log::set_black_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] grhino-0.16.1/log_proc.h:86:7: performance:inconclusive: Technically the member function 'game_log::set_white_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] grhino-0.16.1/gen_book.cc:99:3: warning: Struct 'book_state' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] grhino-0.16.1/gen_book.cc:99:3: warning: Struct 'book_state' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] grhino-0.16.1/gen_book.cc:73:2: style: Struct 'raw_book_next' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/iter.cc:29:45: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/log_proc.h:306:7: style: The scope of the variable 'result' can be reduced. [variableScope] grhino-0.16.1/log_proc.h:274:13: style: Local variable 'i' shadows outer variable [shadowVariable] grhino-0.16.1/log_proc.h:247:7: note: Shadowed declaration grhino-0.16.1/log_proc.h:274:13: note: Shadow variable grhino-0.16.1/gen_book.cc:243:44: style: Parameter 'game' can be declared as reference to const [constParameterReference] grhino-0.16.1/gen_book.cc:339:28: style: Parameter 't' can be declared as reference to const [constParameterReference] grhino-0.16.1/gen_book.cc:462:49: style: Parameter 't' can be declared as reference to const [constParameterReference] grhino-0.16.1/gen_book.cc:158:49: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/gtp-rhino.cc:276:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] grhino-0.16.1/gtp-rhino.cc:302:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] grhino-0.16.1/load.h:35:7: warning: The struct 'game_library_log' defines member function with name 'set_random' also defined in its parent struct 'game_log'. [duplInheritedMember] grhino-0.16.1/log_proc.h:84:7: note: Parent function 'game_log::set_random' grhino-0.16.1/load.h:35:7: note: Derived function 'game_library_log::set_random' grhino-0.16.1/load.h:36:7: warning: The struct 'game_library_log' defines member function with name 'set_black_name' also defined in its parent struct 'game_log'. [duplInheritedMember] grhino-0.16.1/log_proc.h:85:7: note: Parent function 'game_log::set_black_name' grhino-0.16.1/load.h:36:7: note: Derived function 'game_library_log::set_black_name' grhino-0.16.1/load.h:41:7: warning: The struct 'game_library_log' defines member function with name 'set_white_name' also defined in its parent struct 'game_log'. [duplInheritedMember] grhino-0.16.1/log_proc.h:86:7: note: Parent function 'game_log::set_white_name' grhino-0.16.1/load.h:41:7: note: Derived function 'game_library_log::set_white_name' grhino-0.16.1/parity.cc:106:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/ggamewin.cc:67:2: style: Struct 'gamelib_resource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] grhino-0.16.1/log_proc.h:189:7: style: Local variable 'move_queue' shadows outer variable [shadowVariable] grhino-0.16.1/game.h:62:24: note: Shadowed declaration grhino-0.16.1/log_proc.h:189:7: note: Shadow variable grhino-0.16.1/gtp-rhino.cc:276:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] grhino-0.16.1/gtp-rhino.cc:302:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] grhino-0.16.1/pattern.cc:220:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] grhino-0.16.1/pattern.cc:308:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/pattern.cc:348:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/pattern.cc:257:42: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/pattern.cc:271:35: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/pattern.cc:305:49: style: Parameter 'board' can be declared as pointer to const [constParameterPointer] grhino-0.16.1/ggamewin.cc:79:3: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] grhino-0.16.1/ggamewin.cc:143:26: style: C-style pointer casting [cstyleCast] grhino-0.16.1/ggamewin.cc:144:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:154:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:202:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:213:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:214:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:221:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:234:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:236:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:240:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:245:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:246:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:247:38: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:249:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:252:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:259:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:267:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:275:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:283:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:291:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:294:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:296:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:298:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:300:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:303:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:312:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/ggamewin.cc:314:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/parity.cc:47:7: style: The scope of the variable 'even_move_left' can be reduced. [variableScope] grhino-0.16.1/parity.cc:47:22: style: Variable 'even_move_left' is assigned a value that is never used. [unreadVariable] grhino-0.16.1/parity.cc:49:18: style: Variable 'even_move_left' is assigned a value that is never used. [unreadVariable] grhino-0.16.1/ggamewin.cc:149:26: style: Parameter 'e' can be declared as pointer to const. However it seems that 'game_library_configure_event' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] grhino-0.16.1/ggamewin.cc:236:2: note: You might need to cast the function pointer here grhino-0.16.1/ggamewin.cc:149:26: note: Parameter 'e' can be declared as pointer to const grhino-0.16.1/rand.cc:35:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] grhino-0.16.1/rand.cc:27:20: style:inconclusive: Function 'get_random' argument 1 names different: declaration 'max' definition 'num'. [funcArgNamesDifferent] grhino-0.16.1/rand.h:24:20: note: Function 'get_random' argument 1 names different: declaration 'max' definition 'num'. grhino-0.16.1/rand.cc:27:20: note: Function 'get_random' argument 1 names different: declaration 'max' definition 'num'. grhino-0.16.1/test.cc:151:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] grhino-0.16.1/test.cc:150:9: style: The scope of the variable 'x' can be reduced. [variableScope] grhino-0.16.1/randboard.cc:169:12: style: Variable 'num_left' is assigned a value that is never used. [unreadVariable] grhino-0.16.1/gen_pattern.cc:111:12: style: Local variable 'p' shadows outer argument [shadowArgument] grhino-0.16.1/gen_pattern.cc:107:26: note: Shadowed declaration grhino-0.16.1/gen_pattern.cc:111:12: note: Shadow variable grhino-0.16.1/gen_pattern.cc:303:47: style: Parameter 'game' can be declared as reference to const [constParameterReference] grhino-0.16.1/load.cc:28:71: style: Parameter 'game' can be declared as reference to const [constParameterReference] grhino-0.16.1/grhino.cc:2139:20: style: gtk_vbox_new has been deprecated since version 3.2 and should not be used in newly-written code. You can use gtk_box_new() with GTK_ORIENTATION_VERTICAL instead, which is a quick and easy change. But the recommendation is to switch to GtkGrid, since GtkBox is going to go away eventually. See Migrating from other containers to GtkGrid. [prohibitedgtk_vbox_newCalled] grhino-0.16.1/grhino.cc:362:18: style: Assignment 'computer_level=LEVEL_CUSTOM' is redundant with condition 'computer_level==LEVEL_CUSTOM'. [duplicateConditionalAssign] grhino-0.16.1/grhino.cc:361:21: note: Condition 'computer_level==LEVEL_CUSTOM' grhino-0.16.1/grhino.cc:362:18: note: Assignment 'computer_level=LEVEL_CUSTOM' is redundant grhino-0.16.1/grhino.cc:1905:22: style: C-style pointer casting [cstyleCast] grhino-0.16.1/grhino.cc:1922:22: style: C-style pointer casting [cstyleCast] grhino-0.16.1/grhino.cc:1961:19: style: C-style pointer casting [cstyleCast] grhino-0.16.1/grhino.cc:1975:8: style: C-style pointer casting [cstyleCast] grhino-0.16.1/grhino.cc:2015:8: style: C-style pointer casting [cstyleCast] grhino-0.16.1/grhino.cc:968:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:969:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:969:58: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:970:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1190:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1337:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1339:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1355:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1357:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1360:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1505:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1509:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1820:44: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1893:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1908:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:1927:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2111:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2124:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2126:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2128:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2130:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2140:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2164:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:2178:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] grhino-0.16.1/grhino.cc:362:3: style: Variable 'computer_level' is assigned an expression that holds the same value. [redundantAssignment] grhino-0.16.1/grhino.cc:361:21: note: Assuming that condition 'computer_level==LEVEL_CUSTOM' is not redundant grhino-0.16.1/grhino.cc:362:3: note: Variable 'computer_level' is assigned an expression that holds the same value. grhino-0.16.1/grhino.cc:1200:66: style: Parameter 'event' can be declared as pointer to const. However it seems that 'button_press_signal' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] grhino-0.16.1/grhino.cc:2128:2: note: You might need to cast the function pointer here grhino-0.16.1/grhino.cc:1200:66: note: Parameter 'event' can be declared as pointer to const grhino-0.16.1/grhino.cc:1294:68: style: Parameter 'event' can be declared as pointer to const. However it seems that 'mouse_move_signal' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] grhino-0.16.1/grhino.cc:2130:2: note: You might need to cast the function pointer here grhino-0.16.1/grhino.cc:1294:68: note: Parameter 'event' can be declared as pointer to const diff: head grhino-0.16.1/gameinfo.cc:235:16: style:inconclusive: Technically the member function 'game_info::get_clock' can be const. [functionConst] grhino-0.16.1/gameinfo.h:109:8: note: Technically the member function 'game_info::get_clock' can be const. grhino-0.16.1/gameinfo.cc:235:16: note: Technically the member function 'game_info::get_clock' can be const. 2.17.0 grhino-0.16.1/gameinfo.h:109:8: style:inconclusive: Technically the member function 'game_info::get_clock' can be const. [functionConst] grhino-0.16.1/gameinfo.cc:235:16: note: Technically the member function 'game_info::get_clock' can be const. grhino-0.16.1/gameinfo.h:109:8: note: Technically the member function 'game_info::get_clock' can be const. 2.17.0 grhino-0.16.1/gevalwin.cc:147:26: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:147:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:170:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:170:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:179:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:179:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:180:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:180:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:181:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:181:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:182:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:182:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:183:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:183:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:187:19: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:187:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:188:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:188:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head grhino-0.16.1/gevalwin.cc:188:44: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:189:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:189:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:190:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:190:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:192:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:192:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:198:36: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:198:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:199:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:199:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:201:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:201:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:202:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:202:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:205:36: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:205:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:206:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:206:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:208:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:208:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:209:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:209:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:212:36: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:212:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:213:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:213:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:215:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:215:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:216:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:216:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:219:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:219:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:220:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:220:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:225:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:225:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:226:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:226:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:227:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:227:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:230:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:230:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:231:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:231:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:233:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:233:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:234:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:234:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:235:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:235:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:238:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:238:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:239:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:239:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:241:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:241:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:242:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:242:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:243:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:243:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:246:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:246:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:247:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:247:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:249:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:249:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:250:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:250:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:251:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:251:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:254:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:254:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:255:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:255:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:258:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:258:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:259:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:259:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:260:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:260:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:262:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:262:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:263:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:263:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:264:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:264:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:267:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:267:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:268:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:268:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:270:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:270:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:271:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:271:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:272:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:272:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:275:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:275:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:276:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:276:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:278:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:278:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:279:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:279:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:280:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:280:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:283:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:283:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:284:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:284:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:286:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:286:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:287:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:287:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:288:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:288:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:291:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:291:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:292:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:292:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:295:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:295:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:296:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:296:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:297:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:297:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:300:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:300:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:301:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:301:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:303:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:303:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:304:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:304:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:306:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:306:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:307:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:307:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:81:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:81:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:83:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:83:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gevalwin.cc:88:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gevalwin.cc:88:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:144:60: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:144:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:154:27: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:154:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:202:22: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:202:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:213:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:213:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:214:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:214:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:221:34: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:221:34: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:234:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:234:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:236:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:236:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:240:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:240:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:245:19: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:245:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:246:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:246:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:247:38: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:247:38: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:249:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:249:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:252:15: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:252:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:259:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:259:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:267:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:267:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:275:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:275:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:283:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:283:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:291:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:291:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:294:36: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:294:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:296:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:296:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:298:60: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:298:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:300:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:300:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:303:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:303:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:312:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:312:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ggamewin.cc:314:27: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ggamewin.cc:314:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:101:11: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:101:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:125:27: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:125:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:157:60: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:157:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:159:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:159:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:161:27: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:161:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:170:26: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:170:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:216:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:216:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:226:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:226:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head grhino-0.16.1/ghistwin.cc:226:45: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:227:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:227:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:228:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:228:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:230:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:230:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:245:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:245:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:249:19: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:249:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:250:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:250:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:251:38: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:251:38: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:253:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:253:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:255:51: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:255:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:257:15: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:257:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:263:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:263:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:270:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:270:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:277:30: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:277:30: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:280:36: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:280:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:283:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:283:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:285:60: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:285:60: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:288:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:288:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/ghistwin.cc:297:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/ghistwin.cc:297:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:119:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:119:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:132:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:132:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:144:37: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:144:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:146:37: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:146:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:148:37: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:148:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:156:52: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:156:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:160:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:160:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:185:42: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:185:42: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:186:46: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:186:46: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:189:49: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:189:49: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:191:51: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:191:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:195:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:195:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:201:62: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:201:62: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:204:22: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:204:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:206:17: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:206:17: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:228:43: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:228:43: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:236:48: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:236:48: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:244:45: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:244:45: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:252:15: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:252:15: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:262:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:262:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:280:18: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:280:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:289:33: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:289:33: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:295:10: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:295:10: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:346:16: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:346:16: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:352:29: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:352:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:354:29: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:354:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:356:29: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:356:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:400:22: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:400:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:405:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:405:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head grhino-0.16.1/gpref.cc:405:48: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:413:40: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:413:40: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:418:35: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:418:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:420:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:420:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:423:55: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:423:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:433:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:433:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:434:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:434:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:438:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:438:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:440:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:440:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:443:55: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:443:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:448:7: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:448:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:453:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:453:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:454:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:454:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:458:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:458:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:460:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:460:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:465:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:465:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:466:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:466:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:469:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:469:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:470:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:470:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:474:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:474:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:476:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:476:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:481:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:481:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:482:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:482:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:485:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:485:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:486:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:486:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:490:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:490:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:492:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:492:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:497:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:497:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:498:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:498:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:501:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:501:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:502:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:502:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:506:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:506:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:508:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:508:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:513:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:513:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:514:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:514:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:517:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:517:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:518:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:518:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:522:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:522:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:524:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:524:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:527:55: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:527:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:532:7: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:532:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:537:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:537:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:538:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:538:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:549:29: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:549:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:552:51: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:552:51: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:553:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:553:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:554:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:554:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:557:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:557:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:559:55: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:559:55: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:560:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:560:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:561:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:561:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:564:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:564:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:566:58: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:566:58: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:567:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:567:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:568:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:568:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:571:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:571:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:575:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:575:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:577:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:577:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:582:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:582:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:583:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:583:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:586:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:586:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:587:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:587:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:591:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:591:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:593:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:593:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:597:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:597:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:602:7: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:602:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:607:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:607:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:608:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:608:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:612:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:612:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:614:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:614:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:618:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:618:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:628:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:628:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:629:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:629:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:633:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:633:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:635:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:635:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:640:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:640:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:641:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:641:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:644:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:644:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:645:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:645:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:656:29: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:656:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:659:52: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:659:52: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:660:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:660:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:661:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:661:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:664:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:664:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:666:57: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:666:57: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:667:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:667:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:668:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:668:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:671:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:671:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:673:54: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:673:54: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:674:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:674:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:675:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:675:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:678:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:678:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:682:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:682:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:684:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:684:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:687:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:687:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:691:23: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 2.17.0 grhino-0.16.1/gpref.cc:717:8: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:717:8: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:722:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:722:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:723:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:723:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:727:24: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:727:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:729:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:729:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:733:25: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:733:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:738:7: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:738:7: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:743:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:743:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:744:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:744:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:755:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:755:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:757:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:757:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/gpref.cc:759:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gpref.cc:759:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1190:26: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1190:26: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1337:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1337:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1339:27: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1339:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1355:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1355:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1357:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1357:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1360:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1360:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1505:3: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1505:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1509:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1509:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1820:44: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1820:44: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1893:20: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1893:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1908:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1908:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:1927:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:1927:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2111:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2111:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2124:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2124:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2126:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2126:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2128:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2128:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2130:2: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2130:2: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2140:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2140:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2164:19: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2164:19: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:2178:21: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:2178:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:968:23: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:968:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:969:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:969:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head grhino-0.16.1/grhino.cc:969:58: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 grhino-0.16.1/grhino.cc:970:31: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/grhino.cc:970:31: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head grhino-0.16.1/gtp.cc:94:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] 2.17.0 grhino-0.16.1/gutil.cc:31:17: style: C-style pointer casting [cstyleCast] head grhino-0.16.1/gutil.cc:31:17: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] DONE