Hi Peter,
On Mon, May 16, 2016 at 01:32:07PM +1000, Peter Hutterer wrote:
> Part of C11, defined via assert.h.
>
> Signed-off-by: Peter Hutterer
This fixes the build using a uClibc-ng toolchain that does not define the
static_assert macro.
Tested-by: Baruch Siach
Thank
static_assert() is C++ only. Build may fail with:
CCLD event-debug
../src/.libs/libinput.so: undefined reference to `static_assert'
collect2: error: ld returned 1 exit status
Use just assert() like the rest of the code.
Signed-off-by: Baruch Siach
---
src/evdev-tablet.c | 4 +---
1