summaryrefslogtreecommitdiff
path: root/src/qmicli/qmicli-loc.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-03-16 11:29:56 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-03-16 11:32:30 +0000
commit4718ad69b0cb30ecdef2bad9d431722976dd88e1 (patch)
treed94b53b4ea1b6ccb407432cfe01cf5b8bddd789f /src/qmicli/qmicli-loc.c
parentf0b758a56875867497908b497c92aca9674ed15d (diff)
downloadlibqmi-4718ad69b0cb30ecdef2bad9d431722976dd88e1.tar.gz
qmicli,qmi-proxy,qmi-firmware-update: add missing GOptionEntry initializers
Just to make the compiler happy: ../libqmi-9999/src/qmicli/qmicli-voice.c:71:12: warning: missing field 'short_name' initializer [-Wmissing-field-initializers] { NULL } ^
Diffstat (limited to 'src/qmicli/qmicli-loc.c')
-rw-r--r--src/qmicli/qmicli-loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmicli/qmicli-loc.c b/src/qmicli/qmicli-loc.c
index 8d5352e4..946af2ea 100644
--- a/src/qmicli/qmicli-loc.c
+++ b/src/qmicli/qmicli-loc.c
@@ -200,7 +200,7 @@ static GOptionEntry entries[] = {
"Just allocate or release a LOC client. Use with `--client-no-release-cid' and/or `--client-cid'",
NULL
},
- { NULL }
+ { NULL, 0, 0, 0, NULL, NULL, NULL }
};
GOptionGroup *