mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Add the -DPedantic flag. This is used in wref.c only.
This commit is contained in:
parent
2a2637ed51
commit
10adfec195
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24467
@ -1,7 +1,7 @@
|
||||
.PATH: ${.CURDIR}/../libF77 ${.CURDIR}/../libI77
|
||||
|
||||
LIB=f2c
|
||||
CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO
|
||||
CFLAGS+= -DIEEE_drem -DNON_ANSI_RW_MODES -DNON_UNIX_STDIO -DPedantic
|
||||
|
||||
MISC = Version.c main.c s_rnge.c abort_.c getarg_.c iargc_.c getenv_.c\
|
||||
signal_.c s_stop.c s_paus.c system_.c cabs.c\
|
||||
|
Loading…
Reference in New Issue
Block a user