libosmocore/tests/ctrl
Alexander Couzens 4e284b6379 utils.h: require a semi colon after OSMO_ASSERT
When using `OSMO_ASSERT(exp);` clang will warn about
an empty expression because the semi colon was superflous.
Use do {} while (0) to enfore the need of a semi colon.
This might break other test.

Change-Id: I2272d29a81496164bebd1696a694383a28a86434
2019-07-08 13:23:45 +00:00
..
ctrl_test.c utils.h: require a semi colon after OSMO_ASSERT 2019-07-08 13:23:45 +00:00
ctrl_test.ok tests: ctrl: Test received ERROR messages are handled correctly 2018-07-16 17:56:25 +00:00