CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
compiler-warnings
09-06
OS
How to remove Warnings From our Code in C ?
09-02
Back-end
Visual Studio isn't showing warnings for rules added in editorconfig
08-28
Mobile
Getting -Wincompatible-pointer-types for struct pointer warning when compiling
08-17
Blockchain
gcc 12 suggesting to add the "pure" attribute
08-03
OS
CMake Treat Warnings as Errors
06-30
Enterprise
Struct field tag `name` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
06-11
database
warning: top-level comma expression in array subscript changed meaning in C 23 [-Wcomma-subscript]
06-03
Blockchain
C4389 signed/unsigned mismatch only for x86 compilation c
06-01
Blockchain
One-liner extern "C" for a variable - legit?
05-31
Mobile
How to prevent GCC from compiling error-prone vsnprintf?
05-30
Enterprise
Struggling to build a portable code to generate a file in any operating system using C
05-26
OS
warning: excess elements in array initializer
05-24
Enterprise
Nonzero-Exit Compiler Hint
05-08
Software engineering
Dealing with an `-Wincompatible-pointer-types` warning
05-04
Software design
replacing macro with a function causes "signed/unsigned mismatch" warning
05-03
Software engineering
signed/unsigned mismatch when calling a function, but not when "inline"
04-12
Mobile
The value changed is never used
04-06
Blockchain
{$WARN DUPLICATE_CTOR_DTOR OFF} gets deleted from Dpk file
04-05
Back-end
Where to put {$WARN DUPLICATE_CTOR_DTOR OFF}?
04-01
Net
Why there is unused-but-set variable-warning with pointers
03-30
OS
Why does Clang’s -Wrange-loop-analysis warn at a for loop with a std::string_view variable? Isn’t st
03-24
Blockchain
Diffrence between frequently use of typeid?
03-20
Mobile
Why won't GCC give errors passing a void * to a void** parameter?
01-02
database
shift count >= width of type warning for 64 bit but not 32 bit
12-18
Back-end
Compiling New C# Versions (C# 7.0 Higher) From The Command Line
12-15
database
Adding struct value to char array in C
12-10
database
Are these C6294 and C6201 warnings in Visual C 2022 legitimate?
12-09
Software engineering
warning: returning ‘float (*)[3]’ from a function with incompatible return type ‘float *’
12-07
OS
Getting C26xxx errors in my C Windows service code
11-27
Enterprise
warning C5246: the initialization of a subobject should be wrapped in braces
11-21
Net
What does "C6011 dereferencing null pointer" mean in my program?
11-01
database
Compilation Error in VS Studio compiling Fortran code
10-24
Blockchain
How do you print utmp struct's data in utmp.h?
10-19
Net
-Wundef does not warn about an undefined symbol in front of #ifdef
10-14
Software engineering
no return statement in function returning non-void while using C
10-13
front end
How to get clang to warn about very simple narrowing
10-03
database
Clang issues -Wunused-value depending on whether the code is called from a macro
09-23
Enterprise
Xcode development, can I place #pragma unused(x) via some #define rule
Links:
CodePudding