Skip to content

Commit f3054b2

Browse files
committed
Fix for -Wno-error
1 parent 85a95b9 commit f3054b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/geqo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Id: Makefile,v 1.6 1997/04/15 17:24:17 scrappy Exp $
8+
# $Id: Makefile,v 1.7 1997/04/21 04:26:47 vadim Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -18,7 +18,7 @@ INCLUDE_OPT = -I../.. \
1818

1919
CFLAGS+=$(INCLUDE_OPT)
2020

21-
ifeq ($CC), gcc)
21+
ifeq ($(CC), gcc)
2222
CFLAGS+= -Wno-error
2323
endif
2424

0 commit comments

Comments
 (0)