Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP6:Update
lvm2
0015-gcc-warning-missing-braces-around-initiali...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0015-gcc-warning-missing-braces-around-initializer.patch of Package lvm2
From ae65e71b3d519ed99f0bab6a595d6d255e0635bb Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac <zkabelac@redhat.com> Date: Tue, 12 Sep 2023 16:40:26 +0200 Subject: [PATCH 15/24] gcc: warning: missing braces around initializer Fix warning emitted by some older gcc... --- tools/lvconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 49e9248a6..aa601d4ca 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -6514,7 +6514,7 @@ static int _lvconvert_integrity_single(struct cmd_context *cmd, struct logical_volume *lv, struct processing_handle *handle) { - struct integrity_settings settings = { 0 }; + struct integrity_settings settings = { .tag_size = 0 }; int ret; if (!integrity_mode_set(arg_str_value(cmd, raidintegritymode_ARG, NULL), &settings)) -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor