Silence warning on unused struct parameter

When generating code for an empty struct, the read_/write_ functions
would print warnings about the unused "s" pointer.  Silence these.
This commit is contained in:
David Lamparter 2017-05-19 09:40:37 +02:00
parent 99e9412c02
commit b0810da2c3
4 changed files with 296 additions and 134 deletions