Compiler flag to ignore generated code is undocumented
See original GitHub issueThe compiler flag -XepDisableWarningsInGeneratedCode
isn’t in the official documentation
The release instructions doesn’t specify how one adds documentation for command line flags. It seems to be a manual process.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:11
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Compiler warning CS1591: How to show that warning only for ...
The warning is generated if /doc option is specified. ... You can disable this warning for specific parts of your code by using...
Read more >How to get rid of warning LNK4086? - MSDN - Microsoft
I tried /IGNORE of link flag to suppress it, but it does not work for LNK4086, obviously, the compiler think this warning is...
Read more >Java Compile Errors/Warnings Preferences - IBM
Ignore. Undocumented empty block. When enabled, the compiler will issue an error or a warning whenever it encounters an empty block statement with...
Read more >[2,of,2] print help for undocumented options - Patchwork
Wimport C ObjC C++ ObjC++ Undocumented Ignore ... Init(1) -Generate code to check exception specifications +Generate code to check exception ...
Read more >Warning Options (Using the GNU Compiler Collection (GCC))
In all these cases, warnings are issued to inform you that a profile generation step is due. Ignoring the warning can result in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Very useful flag that isn’t documented at all. I’d love to see this rectified.
@xenoterracide you may also be interested in https://github.com/google/error-prone/issues/808