diff --git a/compiler-flags-options.org b/compiler-flags-options.org index 869928d..266efb4 100644 --- a/compiler-flags-options.org +++ b/compiler-flags-options.org @@ -49,7 +49,7 @@ + Enables extra flags not enabled by -Wall, such as -Wsign-compare (C only), -Wtype-limits, -Wuninitialized ... - + -pendantic or -Wpendantic + + -pedantic or -Wpedantic + Issue all warning required by ISO C and ISO C++ standard, it issues warning whenever there are compiler extensions non compliant to ISO C or C++ standard.