Bug 992 - Add ability to suppress "skipping emission of unnamed struct" warnings
Summary: Add ability to suppress "skipping emission of unnamed struct" warnings
Status: RESOLVED FIXED
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- minor
Assignee: Wade Walker
URL:
Depends on:
Blocks:
 
Reported: 2014-03-04 23:32 CET by Wade Walker
Modified: 2014-03-10 21:21 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
7616f7b1a877f078fe76ff510d8e95ccd2a908d9
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wade Walker 2014-03-04 23:32:50 CET
I propose extending the behavior of the Ignore keyword in the config file to do this. I'll post sample code shortly, it looks like a one-liner.
Comment 1 Wade Walker 2014-03-05 22:09:11 CET
Created https://github.com/sgothel/gluegen/pull/20 for this bug; it's actually 3 lines counting whitespace :)