Messages emitted by a compiler which indicate potential problems in code or configuration.
So we are trying to deprecate some of our existing classes, and have started marking them as obsolete with the …
c# .net attributes compiler-warningsI would like to use some gcc warning switchs that aren't available in older gcc versions (eg. -Wtype-limits). Is there …
gcc makefile version portability compiler-warningsAfter working a long time on an iPhone app, I realized that my code is quite dirty, containing several #import …
objective-c xcode methods compiler-warningsI'm working with Intellij Idea 10 and Java 6 JDK Update 7. When I run Build --> Rebuild Project command, and the (…
intellij-idea compiler-warnings javacWhen using the ObsoleteAtribute in .Net it gives you compiler warnings telling you that the object/method/property is obsolete …
c# .net vb.net attributes compiler-warningsI saw somewhere assert used with a message in the following way: assert(("message", condition)); This seems to work great, …
c gcc compiler-warnings assertI am new to Android and am using the Ical4j library for parsing ICS (Outlook calendar) files. However, when …
android compiler-warningsOn microsoft compilers, specific warnings can be disabled with a #pragma, without disabling other warnings. This is an extremely useful …
gcc compiler-warningsUnder what situation is it possible for GCC to not throw an "undefined reference" link error message when trying to …
c gcc compiler-errors compiler-warningsI have update Xcode to 7.3 and now I have a warning to the function that I use to create random …
swift for-loop swift2 compiler-warnings