summaryrefslogtreecommitdiff
path: root/cflags.SH
Commit message (Expand)AuthorAgeFilesLines
* cflags.SH - add -Wno-use-after-free on gcc 12/13Yves Orton2023-02-131-0/+13
* cflags.sh should not add -std=c99 if -std=gnu99 is already setNicholas Clark2021-10-131-1/+5
* Teach Configure and cflags.SH about C99Nicholas Clark2021-10-131-62/+27
* Add -Werror=vla by default. C99 variable-length arrays are dangerous.Nicholas Clark2021-06-111-0/+1
* properly quote the definition of warnsTony Cook2020-01-071-2/+2
* don't use -Werror=declaration-after-statement with C++Tony Cook2019-12-171-5/+11
* Adapt Configure to GCC version 10Petr Písař2019-11-121-1/+1
* Rely on C89 <limits.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-2/+0
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-2/+0
* Don't pretend to determine whether ansi2knr is neededAaron Crane2017-10-211-1/+0
* Add -Werror=pointer-arith by defaultDagfinn Ilmari Mannsåker2017-08-171-1/+13
* cflags.SH: omit a needless process in generated fileAaron Crane2017-01-071-4/+4
* Pull in unnecessarily duplicated case "$opt".Jarkko Hietaniemi2016-07-301-22/+20
* Add the -Wthread-safety also only for clang 3.6 (6.1) or later.Jarkko Hietaniemi2015-12-031-4/+4
* add -Wthread-safety for clang 3.5 or laterJarkko Hietaniemi2015-11-231-0/+23
* For perl #126468: protect quotes in myccflags.Jarkko Hietaniemi2015-10-291-1/+5
* Prefer -std=c89 over -ansi.Jarkko Hietaniemi2014-11-241-2/+15
* Revert "Drop -std=c89."Jarkko Hietaniemi2014-11-241-8/+2
* Drop -std=c89.Jarkko Hietaniemi2014-11-201-2/+8
* Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bugNiko Tyni2014-09-201-0/+5
* quadmath Q format specifier and gcc -Wformat do not mix.Jarkko Hietaniemi2014-09-191-0/+15
* For older clang versions put back -Wno-unused-value.Jarkko Hietaniemi2014-08-121-0/+11
* Allow enabling -pedantic(-errors) (with -std=c89) for the core.Jarkko Hietaniemi2014-06-221-34/+91
* In case someone manages to call g++ with -Wc++-compat.Jarkko Hietaniemi2014-06-191-0/+1
* The g++ flags removal was not right.Jarkko Hietaniemi2014-06-191-3/+5
* Add note about the -std=c89 needing -pedantic.Jarkko Hietaniemi2014-06-181-2/+7
* Echo also these added options.Jarkko Hietaniemi2014-06-181-3/+12
* -Wextra is the new -W, do not use both.Jarkko Hietaniemi2014-06-181-2/+12
* -Wendif-labels is actually the default.Jarkko Hietaniemi2014-06-181-1/+1
* Enable -Werror=declaration-after-statement.Jarkko Hietaniemi2014-06-181-3/+12
* Comment tweaking.Jarkko Hietaniemi2014-06-181-2/+13
* Make also cflags.SH clean with g++ -Wunused-*Jarkko Hietaniemi2014-06-181-33/+0
* Looks like the core is now -Wunused-value clean with clang.Jarkko Hietaniemi2014-06-181-20/+0
* cflags.SH: Whitespace only.Jarkko Hietaniemi2014-06-181-6/+6
* Move ccflags edits to extraction time.Jarkko Hietaniemi2014-06-181-56/+92
* Allow cflags.SH edits to ccflags to stick.Jarkko Hietaniemi2014-06-181-5/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-0/+4
* The clang frontend says "unknown" for -Wunknown.Jarkko Hietaniemi2014-06-151-0/+1
* do cflags on stdout, not stderrDavid Mitchell2013-12-251-8/+7
* cflags/cflags.SH: use '#' commentsDavid Mitchell2013-12-251-19/+19
* cflags.SH - add commentaryDavid Mitchell2013-12-251-0/+17
* cflags.SH: Fix a typo, cflags should be ccflagsBrian Fraser2013-12-111-1/+1
* Exempt clang from -Wunused-value when run as ccFather Chrysostomos2013-07-281-0/+9
* Use -Wno-unused-value also on other clang compilersReini Urban2013-06-271-1/+1
* If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h"Nicholas Clark2013-05-031-1/+1
* add shebangs where missingSawyer X2012-09-221-0/+2
* In cflags.SH trim the case statement of file basenames.Nicholas Clark2012-06-191-47/+14
* cflags: clang complains a lot about -Wunused-value which are not fixableReini Urban2012-06-081-0/+4