Dec 24, 2015 macro unused warning Trick C++ on Unused Variables If you enable warning on unused method parameters ( -Wextra or -Wunused) and you get warnings in method parameters, you're supposed to change the
May 4, 2015 aapt iccp profile srgb warning Get Rid of - iCCP: Not recognizing known sRGB profile that has been edited The past weeks I compiled an android app and I was getting: AAPT: .... iCCP: Not recognizing known sRGB profile that has been edited Not so
Feb 12, 2014 django programming pyflakes pylint python warning Make pyflakes/pylint ignore unused imports Sometimes, you need to add an import without explicitly using it, just to have stuff defined. In such cases, both pyflakes and pylint generate messages,