From c44213d37a416cd2d6fc078ad199ac09e17842ad Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 20 Feb 2001 19:39:24 +0000 Subject: [PATCH] Remove unportable #warning directive. --- dlg_specific.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dlg_specific.h b/dlg_specific.h index 5be8b4f..1cad811 100644 --- a/dlg_specific.h +++ b/dlg_specific.h @@ -36,7 +36,6 @@ # define ODBCINST_INI ODBCINSTDIR "/odbcinst.ini" # else # define ODBCINST_INI "/etc/odbcinst.ini" -# warning "location of odbcinst.ini file defaulted to /etc" # endif #else /* WIN32 */ # define ODBC_INI "ODBC.INI" /* ODBC initialization file */ -- 2.39.5