Closed feroldi closed 6 years ago
C90-§6.2.5-20:
A structure type describes a sequentially allocated nonempty set of member objects
Generate a warning if -pedantic is on. Disable this extension with -fno-empty-structures.
-pedantic
-fno-empty-structures
There's no reason to support it.
C90-§6.2.5-20:
Generate a warning if
-pedantic
is on. Disable this extension with-fno-empty-structures
.