summaryrefslogtreecommitdiff
path: root/m4/compiler_options.m4
Commit message (Expand)AuthorAgeFilesLines
* build: enable "-Wcast-align" warningThomas Haller2022-12-091-0/+1
* build: enable warnings "-Wint-conversion" and "-Wold-style-definition"Thomas Haller2022-11-071-0/+3
* build/autotools: add compiler warnings that we have in mesonThomas Haller2022-11-071-0/+5
* m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller2022-08-111-0/+9
* build: add comment for disabling "-Wmaybe-uninitialized" with LTOThomas Haller2021-01-081-2/+7
* Revert "build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO build"Thomas Haller2021-01-081-7/+3
* build: set CFLAGS "-Wno-error=maybe-uninitialized" with LTO buildThomas Haller2021-01-081-3/+7
* build: disable "-Wstringop-overflow" warning with LTO enabledThomas Haller2020-08-171-0/+9
* build: disable -Wimplicit-fallthrough warning with clangThomas Haller2020-02-211-1/+20
* libnm: disable "-Wtautological-constant-out-of-range-compare" warning with clangThomas Haller2020-02-211-0/+1
* build: disable "-Wunknown-pragmas" warningThomas Haller2019-05-291-0/+1
* build: document defaults consistentlyLubomir Rintel2019-04-161-2/+2
* build: re-enable "-Wmissing-braces" warningThomas Haller2019-02-081-6/+0
* build: fix building with LTOBeniamino Galvani2019-02-041-2/+2
* build: don't change CFLAGS from configure.acBeniamino Galvani2018-09-181-5/+5
* build: set -Wall when probing extra warning optionsLubomir Rintel2018-08-071-1/+1
* build: pass -std=gnu99 to compilerThomas Haller2018-07-171-1/+1
* m4/trivial: fix indentationThomas Haller2018-07-171-1/+1
* m4: parametrize flags variableLubomir Rintel2018-02-161-20/+23
* m4/trivial: add a bug link to a compiler warning checkLubomir Rintel2018-02-081-0/+1
* m4: disable -Wcast-function-typeLubomir Rintel2018-02-071-0/+10
* build: enable unused-but-set warningLubomir Rintel2017-12-181-1/+0
* build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller2017-12-151-0/+1
* build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller2017-05-181-0/+2
* m4: disable -Wmissing-braces for newer clangLubomir Rintel2017-04-181-0/+6
* build: test for support of -flto compiler flagThomas Haller2017-02-101-3/+8
* build: add m4 macros for --enable-lto and --enable-ld-gcThomas Haller2017-02-101-0/+27
* build: reorder flags in "m4/compiler_options.m4"Thomas Haller2017-02-061-16/+16
* build: enable -Wextra warningThomas Haller2017-02-061-0/+2
* build: disable -Wformat-truncation warningThomas Haller2017-02-061-0/+1
* build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller2017-02-061-0/+1
* m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller2017-02-061-6/+17
* build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel2017-01-191-1/+1
* build: allow using GCC C99 dialect instead of C89Thomas Haller2016-11-101-1/+1
* build: disable warning "-Wformat-y2k"Thomas Haller2016-06-061-0/+1
* build: configure.ac: always set -fno-strict-aliasingBeniamino Galvani2016-06-031-1/+1
* build: add -Wformat-nonliteral to --enable-more-warnings flagsDan Williams2016-06-031-1/+1
* build: add macro to check the compiler flag supportLubomir Rintel2016-05-181-20/+23
* trivial: rename compiler_warnings.m4 to compiler_options.m4Lubomir Rintel2016-05-181-0/+107