1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00
Zdenek Kabelac fd96f1014b gcc: zero-sized array to fexlible array C99
Switch remaining zero sized struct to flexible arrays to be C99
complient.

These simple rules should apply:

- The incomplete array type must be the last element within the structure.
- There cannot be an array of structures that contain a flexible array member.
- Structures that contain a flexible array member cannot be used as a member of another structure.
- The structure must contain at least one named member in addition to the flexible array member.

Although some of the code pieces should be still improved.
2020-09-01 17:57:50 +02:00
..
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00
2017-03-28 16:11:35 +01:00
2020-09-01 17:50:48 +02:00
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00
2017-06-27 00:27:36 +02:00
2018-07-09 15:29:16 +02:00
2018-12-04 14:06:46 -06:00
2016-01-21 12:11:37 +01:00
2018-07-11 11:26:42 -05:00
2016-01-21 12:11:37 +01:00
2019-06-25 15:39:08 -05:00
2019-05-03 16:16:29 -05:00
2016-01-21 12:11:37 +01:00
2018-06-13 14:14:03 -05:00
2016-01-21 12:11:37 +01:00
2020-05-20 15:55:39 +02:00
2019-06-25 15:39:08 -05:00
2020-04-24 11:14:29 -05:00
2019-06-25 15:39:08 -05:00
2020-04-24 11:14:29 -05:00