the static analyzer of clang-3.5 found two issues in your code that I want to mention here because they are bugs.
There are two occurrences of "a = a" assignments in the Clp code base. I think the attached diff-like files fix them. However, I am not sure if the second one is the right way to go.
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/67
Hi,
the static analyzer of clang-3.5 found two issues in your code that I want to mention here because they are bugs.
There are two occurrences of "a = a" assignments in the Clp code base. I think the attached diff-like files fix them. However, I am not sure if the second one is the right way to go.
Regards, Stephan