aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-19 14:36:06 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-05 15:33:06 +0200
commit0906a394257563f2aa068682cf97ab731b2acfe4 (patch)
treeb52895b468a0937e23b67b13b22fe87416c49d3f /debian
parentbffa684e1a0e4b97b2a9ee8ce1894975d9b95f22 (diff)
add ';' after OSMO_ASSERT()
Currently, OSMO_ASSERT() is defined such that it ends in a semicolon, hence an added ';' is redundant. However, the usual way this kind of macro should be defined is #define OSMO_ASSERT(x) do { ... } while(0) so that the compiler requires a trailing semicolon. To prepare for such a change possibly coming up in libosmocore, add ';' to all OSMO_ASSERT() users. Change-Id: Ic79c8b8f98a7f3bef761751d55a7e6125cf2c46d
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions