3 Commits

Author SHA1 Message Date
t0b3
87b2c453d9 fix: add lazperf upstream patch #129 2022-05-11 10:43:35 +10:00
t0b3
0da3ac8022 fix compiler warning on bitwise operator with boolean operands
error with clang 14
  external/lazperf/detail/field_rgb14.cpp:58:11
  error: use of bitwise '|' with boolean operands
  [-Werror,-Wbitwise-instead-of-logical]

  ((flag_diff(b.r, b.g, 0x00FF) |
   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ||

see also upstream https://github.com/hobu/laz-perf/pull/132
2022-04-09 05:49:02 +10:00
Martin Dobias
d4c7ebf4ac Update code for lazperf 3 2022-03-11 17:20:16 +01:00