diff options
author | John Stebbins <[email protected]> | 2019-06-19 14:13:14 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-06-28 12:06:03 -0700 |
commit | 3e2f9fb57f48c591c2c1969a15cc9826241cfc55 (patch) | |
tree | 06d4303dedf9a07faebf1bb8c2d6da41ec2693fd /make | |
parent | edeffe2f8f5f6c5e3a8ff3dfaf31659318ca472e (diff) |
Fix gcc 9 compiler warnings
gcc 9 is quite a lot chattier and clutters the build log with useless
information :\
Diffstat (limited to 'make')
-rw-r--r-- | make/include/gcc.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/gcc.defs b/make/include/gcc.defs index bd2d82dd0..e670c8cd9 100644 --- a/make/include/gcc.defs +++ b/make/include/gcc.defs @@ -8,7 +8,7 @@ GCC.c_std = 1 GCC.cxx_std = 0 GCC.ML = 1 GCC.H = 0 -GCC.W = all +GCC.W = all no-format-truncation GCC.archs = GCC.sysroot = GCC.minver = |