Stage
Stage copied to clipboard
libstage/model_camera.cc:175: bad if statements ?
(originally reported at https://sourceforge.net/p/playerstage/bugs/375/)
rtv-Stage-c318423/libstage/model_camera.cc:175] -> [/home/dcb/rpmbuild/BUILD/rtv-Stage-c318423/libstage/model_camera.cc:176]: (warning) Opposite conditions in nested 'if' blocks lead to a dead code block.
if( _frame_data == NULL ) {
if( _frame_data != NULL ) {