Stage icon indicating copy to clipboard operation
Stage copied to clipboard

libstage/model_camera.cc:175: bad if statements ?

Open richmattes opened this issue 10 years ago • 0 comments

(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 ) {

richmattes avatar Sep 25 '14 00:09 richmattes