summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-16 13:53:45 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-16 14:00:02 -0800
commit7c196762e4cabf5582116091bcf0818f4c2d612d (patch)
tree2a569bd2fd9edd7f1573d4c342ac00545b892ccc /example.c
parentafacc269ee1527714bb4f02c155c038c766d9a7f (diff)
thunk: mark functions w/gcc unused attribute
This shuts up gcc warnings w/-Wall for thunked functions. It's expected there will be some unused functions, esp. since there's the split init/alloc variants one may or may not use. It's also nice in some scenarios to write a collection of small closures a project may or may not take advantage of at any given moment in its development. No point making a bunch of noise about it.
Diffstat (limited to 'example.c')
0 files changed, 0 insertions, 0 deletions
© All Rights Reserved