Fix three compiler warnings
authorBart Van Assche <bvanassche@acm.org>
Thu, 24 Feb 2022 19:05:41 +0000 (11:05 -0800)
committerBart Van Assche <bvanassche@acm.org>
Thu, 24 Feb 2022 19:05:45 +0000 (11:05 -0800)
commitf54b69c35edf6c4f4bd4a1cf4509b314c298adb2
tree5d11302142c2b9f1248a39a6bb7942d83357eb30
parentc377f4f85943e5b155b3daaab1ce5213077531d8
Fix three compiler warnings

Fix three occurrences of the following clang compiler warning:

warning: suggest braces around initialization of subobject [-Wmissing-braces]

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
engines/cmdprio.c