Messages emitted by a compiler which indicate potential problems in code or configuration.
I'm using MSVC to compile some C code which uses standard-library functions, such as getenv(), sprintf and others, with /W3 …
visual-c++ compiler-warnings crt getenv c-standard-libraryI have two references to a SQLite assembly, one for 32-bit and one for 64-bit, which looks like this (this …
c# reference project conditional compiler-warningsc++ Builder xe5 [ilink32 Error] Error: Unable to perform link [ilink32 Warning] Warning: Error detected (LME288) that happened when i …
c++builder compiler-warnings c++builder-xe5I have a class exposing some methods, whose implementation is provided by an inner object. I'm using forward invocation to …
objective-c xcode llvm compiler-warnings suppress-warningsNetbeans provides a lot of custom "hints", which are like warnings, only that most of them can't be suppressed (just …
java netbeans compiler-warnings suppress-warningsCan someone help me to turn off warnings in Xcode 4 that I'm getting from subprojects? I have three subprojects, with …
xcode xcode4 compiler-warningsI am getting this warning: When I click on the image, it just opens the associated Editor, but it doesn't …
intellij-idea warnings compiler-warnings javac uncheckedI get an warning here. The warning says 'integer conversion results in truncation'. It persists even if I remove the …
compiler-warnings bitwise-operators ones-complementI'm currently getting compiler warnings that resemble the warning I gave in the question title. Warnings such as.... warning: 'boost::…
c++ boost compiler-warnings unused-variablesBasically, I have a UserControl that uses a DynamicResources. The application compiles and runs fine using that resource, but it's …
wpf xaml compiler-warnings suppress-warnings dynamicresource