Fix compiler error on some platforms.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 10 Sep 2020 05:59:26 +0000 (14:59 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 10 Sep 2020 05:59:26 +0000 (14:59 +0900)
src/test/regression/tests/010.rewrite_timestamp/timestamp/Makefile

index cfc7859dcdcbad2a5fe91a35520f8ce4cd362f98..6e29ea7846b0d8c6958a6e68dca827fc2dcf4919 100644 (file)
@@ -1,7 +1,7 @@
 PROGRAM=timestamp-test
 topsrc_dir=../../../../..
 CPPFLAGS=-I$(topsrc_dir)/include -I$(shell pg_config --includedir)
-CFLAGS=-Wall -O0 -g -std=c99
+CFLAGS=-Wall -O0 -g -std=gnu99
 CC=gcc
 
 OBJS=main.o \