Messages emitted by a compiler which indicate potential problems in code or configuration.
I was trying to answer this question. As suggested by the accepted answer, the problem with that code is that …
c++ compiler-warningsIn my app I have a fair number of entities which have fields which are getting their values set via …
c# compiler-warnings suppressI want to treat Stylecop warnings as errors, but it's not working for me. My projects are configured to treat …
c# visual-studio visual-studio-2013 compiler-warnings stylecopswitch statements can be super useful, but lead to a common bug where a programmer forgot a break statement: switch(…
c++ switch-statement compiler-warningsI'm receiving a warning PerformSelector may cause a leak because its selector is unknown In the code: - (void) callDelegate: (…
ios objective-c compiler-warnings performselectorI Just came across a situation where I need to put the data in the JSONObject, while doing that I …
java generics compiler-warnings parameterized json-simpleWhen I compile my project with compiler warnings (JDK 1.5) I get a bunch of bad path element warnings: Warning:: [path] …
java compiler-warningsI'm often use do-while(0) construct in my #defines, for the reasons described in this answer. Also I'm trying to use …
c++ c visual-c++ macros compiler-warningsI am reading "The C programming Language" by Brian W. Kernighan and Dennis M. Ritchie. In chapter 1.2 "Variables and Arithmetic …
c compiler-warnings kernighan-and-ritchiemain question: Is there a configuration for cmake, to show or ignore compiler warnings/errors only from a certain directory? …
compiler-errors cmake qt-creator compiler-warnings