Messages emitted by a compiler which indicate potential problems in code or configuration.
My compiler (GCC) is giving me the warning: warning: implicit declaration of function Please help me understand why is it …
c compiler-warningsWith this simple class I am getting the compiler warning Attempting to modify/access x within its own setter/getter …
swift properties compiler-warnings getter-setterI'd like to know what switch you pass to the gcc compiler to turn off unused variable warnings? I'm getting …
c++ gcc compiler-warnings compiler-flagsThe problem is that the same code that compiles well on Windows, is unable to compile on Ubuntu. Every time …
c gcc compiler-warningsHaving being taught during my C++ days about evils of the C-style cast operator I was pleased at first to …
java generics casting compiler-warningsWhat is the list of valid @SuppressWarnings warning names in Java? The bit that comes in between the ("") in @SuppressWarnings("").
java eclipse warnings compiler-warnings suppress-warningsI'm working through some exercises and have got a warning that states: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned …
objective-c compiler-warnings implicit-conversionSince the new ADT preview version (version 21), they have a new lint warning that tells me the next thing on …
android adt compiler-warnings android-lint android-backup-serviceIn Visual C++, it's possible to use #pragma warning (disable: ...). Also I found that in GCC you can override per …
c gcc compiler-warnings pragmaI've been getting strange compiler errors on this binary search algorithm. I get a warning that control reaches end of …
c warnings compiler-warnings