Messages emitted by a compiler which indicate potential problems in code or configuration.
I'm about to commit an ugly temporary hack in order to work around a blocking issue while we wait for …
java compiler-warnings javacWhen using myDelegate -= eventHandler ReSharper (version 6) issues: Delegate subtraction has unpredictable result The rational behind this is explained by …
c# events delegates resharper compiler-warningsI often hear that when compiling C and C++ programs I should "always enable compiler warnings". Why is this necessary? …
c++ c warnings compiler-warnings c++-faqI am trying to compile following code without warnings: while (window.pollEvent(event)) { switch (event.type) { case sf::Event::Closed: …
c++ switch-statement warnings compiler-warningsAfter I installed VS11, I started to get the following error: Consider app.config remapping of assembly "FSharp.Core, Culture=…
f# compiler-warningsI am getting the compiler warning: warning: [unchecked] unchecked call to setView(V) as a member of the raw type …
java generics compiler-warnings uncheckedI have used c# to create a First Project. I have many warning errors and all these warning errors are …
c# .net compiler-warnings pragmaSo I am getting- warning: [options] bootstrap class path not set in conjunction with -source 1.6 And I am about to …
java class netbeans compiler-warningsI have imported the three20 project into my project, and when I upgraded to Xcode 4.2 with iOS 5, a bunch of …
xcode xcode4.2 compiler-warnings suppress-warningsI have a simple C++ with Boost like this: #include <boost/algorithm/string.hpp> int main() { std::string …
c++ boost compiler-warnings