Re: Request for help in fixing bugs for 7.0
Reply #4 –
Another off topic:
changing parenthesis "return ((way_constraints_permissive >> i) & 1 != 0);"
to parenthesis "return ((way_constraints_permissive >> i) & 1) != 0;"
removes warnings in weg.h and vehikel_besch.h