From fcb37ed5b8b9a1edd72cc92d72cc62fb6eb01e64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 21 Jan 1998 23:46:44 +0100
Subject: [PATCH] Added a place holder for obnoxious compilers.

Rev: src/modules/Postgres/pgresult.c:1.4
---
 src/modules/Postgres/pgresult.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/modules/Postgres/pgresult.c b/src/modules/Postgres/pgresult.c
index a8f1bd6ca8..dc5bfae573 100644
--- a/src/modules/Postgres/pgresult.c
+++ b/src/modules/Postgres/pgresult.c
@@ -232,4 +232,8 @@ void pgresult_init (void)
 	pgresult_program->refs++;
 }
 
+#else
+
+static int place_holder;	/* Keep the compiler happy */
+
 #endif
-- 
GitLab