Messages emitted by a compiler which indicate potential problems in code or configuration.
I am running a build task in a java project in Visual Studio Code. The warning in the "PROBLEMS" tab: […
java visual-studio-code package compiler-warnings project-structureCompare this method: void doStuff(String val) { if (val == null) { val = DEFAULT_VALUE; } // lots of complex processing on val } ... to …
java eclipse warnings compiler-warningsWhen I make a new controller called TestController, I insert <UITableViewDelegate,UITableViewDataSource,UITextFieldDelegate,UISearchBarDelegate> to the interface of …
objective-c xcode cocoa-touch protocols compiler-warningsAfter reading this answer about undefined behavior and sequence points, I wrote a small program: #include <stdio.h> …
c operators expression compiler-warnings comma-operatorI always compile with -Wall -Wextra -Werror. However many times as I do quick compile tests I need to ignore …
gcc compiler-warnings compiler-optionsI get the following warning when I instantiate my ArrayAdapter (compiles fine): warning: [unchecked] unchecked call to ArrayAdapter(android.content.…
java android warnings compiler-warningsPyCharm provides some helpful warnings on code style, conventions and logical gotchas. It also provides a notification if I try …
python pycharm compiler-warnings suppress-warningsI have this warning: Warning 3 Ambiguity between method 'Microsoft.Office.Interop.Word._Application.Quit(ref object, ref object, ref object)…
c# visual-studio-2010 warnings compiler-warnings office-interopI have added the scalac command line argument -Ywarn-value-discard to my build because this would have caught a subtle bug …
scala compiler-warningsIm incorporating the facebook SDK into an update and i get compiler warnings for four files,in one of my …
iphone compiler-warnings build-rules