From 614d85adfdc8a825ff158ac5a739b637e1989ffe Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 4 May 2016 22:08:22 -0400 Subject: driver: --legabits: fixed control flow. --- src/driver/slbt_driver_ctx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 44e92c8..2d6ff25 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -884,6 +884,8 @@ int slbt_get_driver_ctx( else cctx.drvflags &= ~(uint64_t)SLBT_DRIVER_LEGABITS; + break; + case TAG_WARNINGS: if (!strcmp("all",entry->arg)) cctx.warnings = SLBT_WARNING_LEVEL_ALL; -- cgit v1.2.3