Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-warnings

JSON-Simple causes compiler warning "Type safety: The method put(Object, Object) belongs to the raw type HashMap."

How does scoped_lock avoid emitting an "unused variable" warning?

How to give warning message in own API?

NoWarn not working in DNX

c# compiler-warnings dnx

Why compiling with C++11 is successful despite using C++14 feature?

What is the difference between the dead_code and unused lints?

rust compiler-warnings

Strange "Resource leak: stream is never closed" with try-with-resources if Exception is thrown in a loop

Warning: [overloads] method m1 is potentially ambiguous with method m2

Recommended -W flags for building C++ with gcc

Is there an orthodox way to avoid compiler warning C4309 - "truncation of constant value" with binary file output?

Understanding -Weffc++

Universally compiler independent way of implementing an UNUSED macro in C/C++

c++ c macros compiler-warnings

c++ virtual function with arguments getting warnings when unused

gcc with -Werror and -Wno-error=unused

How to get warnings of incorrect string formatting (C++)

What Scala annotations modify the compiler's messages?

Compilation warning: Unchecked call to XXX as member of the raw type

warning: deprecated conversion from string constant to 'char*'' [duplicate]

c++ compiler-warnings

How to avoid VS Code warning: "[myfile].java is a non-project file, only syntax errors are reported"

Does VB.Net have an equivalent to #pragma warning disable/restore?

vb.net compiler-warnings