]> sigrok.org Git - libsigrok.git/blobdiff - src/output/hex.c
Avoid warnings on all-zero static struct entries.
[libsigrok.git] / src / output / hex.c
index 1d4196381d3a706440eb1b52c468c6c20d6e4703..67a349e5f801ba083730791cb2e648baa362e709 100644 (file)
@@ -235,10 +235,10 @@ static int cleanup(struct sr_output *o)
 
 static struct sr_option options[] = {
        { "width", "Width", "Number of samples per line", NULL, NULL },
-       { 0 }
+       ALL_ZERO
 };
 
-static struct sr_option *get_options(void)
+static const struct sr_option *get_options(void)
 {
        if (!options[0].def) {
                options[0].def = g_variant_new_uint32(DEFAULT_SAMPLES_PER_LINE);