From: Uwe Hermann Date: Thu, 17 May 2018 21:25:42 +0000 (+0200) Subject: type_decoder.c: Fix a compiler warning (-Wswitch-default). X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=4e7ccaf9f133106786fd85a432ae23e11d9dcea2;hp=4e7ccaf9f133106786fd85a432ae23e11d9dcea2 type_decoder.c: Fix a compiler warning (-Wswitch-default). type_decoder.c: In function ‘get_term_type’: type_decoder.c:486:2: warning: switch missing default case [-Wswitch-default] switch (v[0]) { ^~~~~~ ---