Skip to content

Commit

Permalink
Disable sign compare on illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
japinli committed Jun 17, 2024
1 parent d3caa46 commit 9f73333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
PG_CPPFLAGS = -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter -Wno-implicit-fallthrough -Iinclude -I$(libpq_srcdir)
endif
ifeq ($(shell uname -s),SunOS)
PG_CPPFLAGS += -D__EXTENSIONS__
PG_CPPFLAGS += -Wno-sign-compare -D__EXTENSIONS__
endif
SHLIB_LINK = $(libpq)
EXTRA_CLEAN += $(addprefix src/,*.gcno *.gcda) # clean up after profiling runs
Expand Down

0 comments on commit 9f73333

Please sign in to comment.