Top "Suppress-warnings" questions

Compilers and interpreters commonly warn about miscellaneous conditions.

How to suppress Android Lint warning in Gradle script

I have the following annoying warning in my Android Lint report: Gradle Dependency: Obsolete Gradle Dependency A newer version of …

android gradle lint suppress-warnings
How to avoid deprecation warnings when @SuppressWarnings("deprecation") doesn't work?

We 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
Is it alright to suppress/hide PHP notices?

I've suppressed notices for quite some time with no problems whatsoever but I am beginning to wonder if I'm doing …

php suppress-warnings notice
Dynamic forwarding: suppress Incomplete Implementation warning

I have a class exposing some methods, whose implementation is provided by an inner object. I'm using forward invocation to …

objective-c xcode llvm compiler-warnings suppress-warnings
suppresing output to console with ruby

I am writing some unit tests like the following: def executing_a_signal a_method(a_signal.new, a_model, …

ruby console suppress-warnings
Java: complete list of @SuppressWarnings(...) parameters (in Netbeans)?

Netbeans provides a lot of custom "hints", which are like warnings, only that most of them can't be suppressed (just …

java netbeans compiler-warnings suppress-warnings
How do you suppress GCC linker warnings?

I've been on a crusade lately to eliminate warnings from our code and have become more familiar with GCC warning …

gcc warnings suppress-warnings linker-warning
Suppress "undeclared selector" warning in Xcode 5

I have a parent view controller and a child view controller. In child view controller's view, I have a UIButton …

ios xcode5 suppress-warnings
suppress warning for generated c# code

I have turned on "Treat warnings as errors" for my VS project which mean that I get errors for missing …

c# visual-studio code-generation suppress-warnings
How to suppress FindBugs warning (hard coded reference to an absolute pathname)?

i am just testing some things for the opensource software Geonetwork and now I want to export a shape file …

java findbugs absolute-path suppress-warnings hardcoded