Skip to content

Commit fc70b3b

Browse files
author
Junio C Hamano
committed
Meta/Make: remove _BSD_SOURCE from -pedantic
1 parent a94df75 commit fc70b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ while case $# in 0) break ;; esac
3636
do
3737
case "$1" in
3838
-pedantic)
39-
O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
39+
O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600"
4040
;;
4141
--)
4242
shift

0 commit comments

Comments
 (0)