feroldi / cci

DEPRECATED PROJECT, see README
MIT License
37 stars 5 forks source link

Allow empty structs as an extesion #20

Closed feroldi closed 6 years ago

feroldi commented 7 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.

feroldi commented 6 years ago

There's no reason to support it.