Messages emitted by a compiler which indicate potential problems in code or configuration.
I know these warnings are probably pointless.. But anyway I could get rid of them? I got 7 of these warnings. …
c# bit-manipulation compiler-warnings suppress-warningsI want to disable a specific compiler warning with nvcc, specifically warning: NULL reference is not allowed The code I …
cuda compiler-warnings pragma nvccI just upgraded from OS Mountain Lion to Mavericks, ran intel icc compiler, icc test.c, it said #include <…
macos compiler-warnings iccI want to know how to suppress a specific compiler warning within VS Code for the entire project. I have …
c# compiler-warnings visual-studio-code suppress-warningsWe recently enabled -Wall for a project. Its enabled when GCC is at 4.7 or above (or Clang) because we can …
c++ gcc openmp compiler-warnings pragmaI have a few config options in my application along the lines of const bool ExecuteThis=true; const bool ExecuteThat=…
c# compiler-warningsI am a newbie to C++/CLI and is having some problems trying to override the Equal method of the …
c++-cli compiler-errors compiler-warnings method-declarationI am using Visual Studio 2012, with a SQL database project and running database analysis against this database and it is …
sql-server visual-studio compiler-warnings static-analysis database-projectFrom msdn I get this: #pragma warning disable warning-list #pragma warning restore warning-list In the examples, both disable and restore …
c# compiler-warnings pragmaWe have a Java project. We enable -Xlint (enable warnings) and -Werror (treat warning as error) flags for javac, to …
java compilation compiler-warnings deprecated suppress-warnings