summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/12_block_whitespace_control
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2025-03-16 23:59:33 +0100
committerJo-Philipp Wich <jo@mein.io>2025-03-16 23:59:33 +0100
commit67a4ad20f17264c7990db965120880fa9383ca20 (patch)
tree29dcf0f2201f1cb941d579d2b1988b732dc4889c /tests/custom/00_syntax/12_block_whitespace_control
parentfb1da7157d138adcc4e20d41685aa6ab400bc042 (diff)
ubus: fix uninitialized variable warning
Explicitly zero-initialize `obi` in `_args_get()` to avoid the following compiler warning: .../ubus.c: In function ‘_args_get’: .../ubus.c:100:31: error: ‘obj’ may be used uninitialized [-Werror=maybe-uninitialized] 100 | arg = ucv_object_get(obj, name, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/00_syntax/12_block_whitespace_control')
0 files changed, 0 insertions, 0 deletions