aoineko-fr / MSXgl

The MSX Game Library in C language
113 stars 9 forks source link

fix warning message #33

Closed pvmm closed 8 months ago

pvmm commented 8 months ago

Solves pesky message

src/Pletter.cpp: In function ‘void save(pakdata*, unsigned int)’:
src/Pletter.cpp:320:43: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  320 |                         s.adddata(128 | j & 127);
      |                                         ~~^~~~~