Re: [PATCH libinput] meson.build: add more overrides for coverity

2018-06-19 Thread Matheus Santana
Reviewed-by: Matheus Santana On Tue, Jun 19, 2018 at 9:28 PM, Peter Hutterer wrote: > "/usr/include/math.h", line 381: error #20: identifier "_Float32" is > undefined > # define _Mdouble__Float32 > > Same for a few others. Since we don't actually need those anyway, we can > just >

[PATCH libinput] meson.build: add more overrides for coverity

2018-06-19 Thread Peter Hutterer
"/usr/include/math.h", line 381: error #20: identifier "_Float32" is undefined # define _Mdouble__Float32 Same for a few others. Since we don't actually need those anyway, we can just cast those to the some close-enough sizes. We don't have stdint.h in config.h and meson cannot have