Commit 3ce2065
committed
Make some compiler versions ignore missing field initializers.
There's literally no reason for -Wmissing-field-initializers to ever
trigger when you're using -std= /anything c99 or newer/, but some
compilers do, so nerf it out.
Signed-off-by: Peter Jones <pjones@redhat.com>1 parent cf513a8 commit 3ce2065
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments