Menu

#707 backend_shinkos1245.c:500:27: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]

5.0-open
closed-fixed
nobody
None
5
2019-10-27
2017-05-19
dcb
No

Source code is

   cmd.cmd[0] = 0x0a || (i << 4);

Maybe better code

   cmd.cmd[0] = 0x0a | (i << 4);

Discussion

  • Solomon Peachy

    Solomon Peachy - 2017-05-22

    This was fixed on 2017-01-12, and I thought it made it into the 5.2.12 tarball. If not, then it's definitely in the just-released 5.2.13-pre1 tarball.

    FWIW, the S1245 driver is considered highly experimental as I don't have access to one of these printers to actually test this stuff on.

     
  • Solomon Peachy

    Solomon Peachy - 2019-10-27
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB