leathers icon indicating copy to clipboard operation
leathers copied to clipboard

:rocket: Warning suppression library (C++)

Results 5 leathers issues
Sort by recently updated
recently updated
newest added

https://www.reddit.com/r/cpp/comments/4cpvu8/pdf_finding_and_analyzing_compiler_warning_defects/

Hello. I'm just starting to use leathers and discovered that gcc (6.2.0) emits the following errors when I attempt to use `#include `: ``` leathers/Source/leathers/missing-prototypes:27: error: option ‘-Wmissing-prototypes’ is valid...

### Bugs - gcc bug (can't suppress): https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61653 - clang bug (error instead of warning): http://llvm.org/bugs/show_bug.cgi?id=20162 ### Update - https://github.com/ruslo/sugar/tree/suffix.literal - https://github.com/ruslo/leathers/tree/literal.suffix - update wiki ### SO - http://stackoverflow.com/questions/24474538

depends
TODO

https://github.com/Barro/compiler-warnings

I would like to use the push/pop headers from leathers and to be able to regenerate them but it seems that leathers is coupled with sugar. Also I found **sugar-generate-warnings.py**...

enhancement