side.c: Use assert to validate flags
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 11:56:37 +0000 (12:56 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Sep 2023 11:56:37 +0000 (12:56 +0100)
commitb1bf768c6803f48edd863c9e37e8b2b6a2f78d49
treeffc24b8931ded4654a86843bf6e0e4223c8ed173
parent39fe9c0367352ec5c5b42f5327f312b84d3de1de
side.c: Use assert to validate flags

Flag validation is redundant with the logic already verified on
registration. Therefore, use an assertion, which can be compiled-out
when performance matters.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/side.c
This page took 0.022757 seconds and 4 git commands to generate.