I'm getting an error for the following line of code. The if statement forces it to be a positive shift value. Sadly, it's not my code.
if (bit_count < 0) { /*+ shift out the extra bits */ * ((UNSIGNED_32 *) extract_value_ptr) >>= (0 - bit_count); }
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/14540
Log in to post a comment.
I'm getting an error for the following line of code. The if statement forces it to be a positive shift value. Sadly, it's not my code.
Thanks for reporting, ticket is here: https://trac.cppcheck.net/ticket/14540