Search code examples
Compiler warning - suggest parentheses around assignment used as truth value...


ccompiler-warnings

Read More
'textFieldDidBeginEditing' nearly matches optional requirement 'textFieldDidBeginEditing...


iosswiftdelegatescompiler-warningsaccess-modifiers

Read More
Why does casting an int to a bool give a warning?...


c++visual-c++castingbooleancompiler-warnings

Read More
Unsafe mix of xxx and bool in operation warning only when comparing value to TRUE...


c++cvisual-studio-2010compiler-warnings

Read More
-Wint-in-bool-context warning issue in some compilers...


ccompiler-warnings

Read More
Why does "return string(...)" return a reference to a temporary?...


c++referencecompiler-warningstemporary-objects

Read More
warning: returning reference to temporary...


c++referencecompiler-warningstemporary-objects

Read More
How to get clang to warn about very simple narrowing...


c++compiler-warningsclang++narrowing

Read More
How to avoid Visual Studio Code warning: "[myfile].java is a non-project file, only syntax erro...


javavisual-studio-codepackagecompiler-warningsproject-structure

Read More
Why compiler report 'may be used uninitialised in this function'?...


cinitializationcompiler-warnings

Read More
Missing GCC "-Wformat" warnings for "%p" with char* etc...


ccompiler-warningsgcc-warning

Read More
Can I suppress rule CS9035 once?...


c#compiler-warningsrequired-field

Read More
What is a "this-escape" warning, and how do I deal with it?...


javascopewarningscompiler-warningsthis-pointer

Read More
How can I disable Haskell warning in small block?...


haskellghccompiler-warnings

Read More
type of 'USART0_RX_vect' defaults to 'int' [enabled by default]...


cwarningscompiler-warningsavr

Read More
How to disable GCC warnings for a few lines of code...


cgcccompiler-warningspragma

Read More
Integer overflow warning only when using const keyword...


c++compiler-warningsclang++

Read More
Xcode - Compiler does not alert about a type-mismatch...


objective-cgcccompiler-warningstype-mismatch

Read More
assert() with message...


cgcccompiler-warningsassert

Read More
Documentation for C# Project Property: `<Features>strict</Features>`...


c#compiler-warningscsprojstrictcode-documentation

Read More
Message "warning: implicit declaration of function"...


ccompiler-warnings

Read More
GCC/Clang vs. MSVC: Missing Wconversion warning in template function with std::invoke...


c++gccvisual-c++clangcompiler-warnings

Read More
Can I get MSVC to be less strict about "C4127: conditional expression is constant"...


c++c++11visual-studio-2019compiler-warningsc4127

Read More
Possible change in behavior, change in UDT return calling convention...


c++visual-c++compiler-warningstemplate-specialization

Read More
Why there is unused-but-set variable-warning with pointers...


c++11g++compiler-warningsgcc-warning

Read More
Cast variable to nibble in struct...


cvariable-assignmentcompiler-warningscompiler-flagsnibble

Read More
C/C++: How to use the do-while(0); construct without compiler warnings like C4127?...


c++cvisual-c++macroscompiler-warnings

Read More
Is g++ -Wdangling-reference warning justified in this case?...


c++referenceg++compiler-warningsgcc-warning

Read More
PL/SQL - Avoid Compiler warning: "value assigned, never used"...


oracleplsqlcompiler-warningsplsqldeveloper

Read More
How to fix C++ gcc compile warning for padding of struct...


c++compiler-warningsgcc-warningsuppress-warnings

Read More
BackNext