Search code examples
Dealing with an `-Wincompatible-pointer-types` warning...


cwarningscompiler-warnings

Read More
What do clang and gcc qualify as variable being unused...


c++gccclangcompiler-warnings

Read More
replacing macro with a function causes "signed/unsigned mismatch" warning...


c++functionmacroscompiler-warnings

Read More
warning: return type defaults to ‘int’ [-Wreturn-type]...


ccompiler-warnings

Read More
srand (time (null)) causes compiler warning: implicit conversion loses integer precision...


c++compiler-warnings

Read More
ImagePicker.platform shows warning - Flutter...


fluttercompiler-warningsimagepicker

Read More
How to disable specific warning inherited from parent in Visual Studio?...


c++visual-studiocmakecompiler-warningssuppress-warnings

Read More
gcc: How to use __attribute((__may_alias__)) properly to avoid "derefencing type-punned pointer...


c++gcccompiler-warningsstrict-aliasingtype-punning

Read More
Can I get PyCharm to suppress a particular warning on a single line?...


pythonpycharmcompiler-warningssuppress-warnings

Read More
Why won't GCC give errors passing a void * to a void** parameter?...


cgccclangcompiler-warnings

Read More
How to enable warning in each occurrences "implicit declaration of function"?...


cbuildcompiler-warningsgnu-arm

Read More
Treat specific warning as error for C++ project in Visual Studio...


c++visual-studio-2019compiler-warnings

Read More
How to suppress warnings of unused parameter for overridden method in scala?...


scalacompiler-warnings

Read More
warning: control reaches end of non-void function [-Wreturn-type] removed when declaring method inli...


c++gcccompiler-warnings

Read More
Should warnings about missing typename supressed in c++20?...


c++c++20compiler-warnings

Read More
C Array check row and column. Issue with pointer(dereferencing NULL-Pointer warning)...


arrayscpointerscompiler-warnings

Read More
C# IList Equals: Why is there a nullable compiler warning if the nullable typ could not be null?...


c#.netcompiler-warningsnullable

Read More
Compiler warning from std::chrono but is not being used...


c++visual-studiocompiler-warnings

Read More
Recommended -W flags for building C++ with gcc...


c++gccbuild-processcompiler-warnings

Read More
constexpr causes a GCC warning when used with string literal...


c++gcccompiler-warningsconstexprstring-literals

Read More
shift count >= width of type warning for 64 bit but not 32 bit...


ccompiler-warningsbit-shift

Read More
How to ignore compiler warnings for macros defined in third-party headers?...


c++compiler-warningssuppress-warnings

Read More
How can I fix missing documentation for an enum when using pest?...


parsingrustdocumentationcompiler-warningssuppress-warnings

Read More
Compiling New C# Versions (C# 7.0 Higher) From The Command Line...


c#.netcompiler-errorsroslyncompiler-warnings

Read More
variable ‘count’ set but not used in c...


ccompiler-warningspalindromeunused-variables

Read More
MSVC C/C++ compiler undefined behavior warning...


c++visual-studiocompiler-warningsundefined-behavior

Read More
How do I suppress the "ISO C++ does not support ‘__int128’ warning?...


c++gcccompiler-warningsint128

Read More
What is the reason behind the warnings (Xst:3015) and how to rectify the same?...


verilogcompiler-warningsxilinxhdlxilinx-ise

Read More
warning: returning ‘float (*)[3]’ from a function with incompatible return type ‘float *’...


arraysccompiler-warnings

Read More
Why am I getting a warning about cudaMemcpyToArray(...) being deprecated?...


cudacompiler-warnings

Read More
BackNext