Project

General

Profile

Feature #1347 ยป 0040-CodingStyle-Update-autotools-options-to-meson-ones.patch

Marko Lindqvist, 05/03/2025 02:32 AM

View differences:

doc/CodingStyle
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wnested-externs -Wl,--no-add-needed" if you use gcc.
- Always check compilation with the configure option --enable-debug set.
- Always check compilation with the configure options
-Ddebug=true -Dwerror=true
- Header files should be compatible with C++ but code (.c) files need not
be. This means some C++ keywords (like "this" or "class") may not be used
    (1-1/1)