Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
richmattes opened this issue Sep 25, 2014 · 0 comments
Open

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

richmattes opened this issue Sep 25, 2014 · 0 comments

Comments

@richmattes
Copy link
Contributor

(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 ) {
CodeFinder2 added a commit to CodeFinder2/Stage that referenced this issue Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant