Top "Warnings" questions

A warning is often issued on recognizing a potential high-risk situation, a probable misunderstanding, degraded service or imminent failure.

Breaking loop when "warnings()" appear in R

I am having an issue: I am running a loop to process multiple files. My matrices are enormous and therefore …

r loops warnings break
How to fix Jersey POST request parameters warning?

I'm building a very simple REST API using Jersey, and I've got a warning in my log files that I'm …

rest post warnings jersey
Pandas SettingWithCopyWarning

Python 3.4 and Pandas 0.15.0 df is a dataframe and col1 is a column. With the code below, I'm checking for the …

python pandas warnings chained-assignment
High CPU mod_fcgid: can't apply process slot

I get the following warning: mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper As …

warnings cpu mod-fcgid
Portability of #warning preprocessor directive

I know that the #warning directive is not standard C/C++, but several compilers support it, including gcc/g++. But …

c++ compiler-construction warnings c-preprocessor portability
Portable UNUSED parameter macro used on function signature for C and C++

I'm interested in creating a macro for eliminating the unused variable warning. This question describes a way to suppress the …

c++ c macros warnings
In gcc, how to mute the -fpermissive warning?

I am including a file from a third-party library that raises an error that can be downgraded to a warning …

c++ gcc warnings pragma
Type safety: Unchecked cast from Object to ArrayList<MyVariable>

Here is a part of a program that sends an ArrayList from a server to a client. I want to …

java arraylist casting warnings unchecked-cast
PDB 'vc100.pdb' was not found with

I have downloaded the FreeImage source code and done a static build myself for X64 MT DLL. Everything works fine, …

c++ visual-studio-2010 linker warnings static-linking
Turning HtmlUnit Warnings off

Do you know how can I turn Warnings, Notes, Errors in HtmlUnit off?

warnings htmlunit