From: Tom Lane Date: Tue, 20 Feb 2001 19:39:24 +0000 (+0000) Subject: Remove unportable #warning directive. X-Git-Tag: REL7_1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17137d6c5bbe6b04e867c4adf28cde49c9f337df;p=postgresql Remove unportable #warning directive. --- diff --git a/src/interfaces/odbc/dlg_specific.h b/src/interfaces/odbc/dlg_specific.h index 5be8b4fa50..1cad81105f 100644 --- a/src/interfaces/odbc/dlg_specific.h +++ b/src/interfaces/odbc/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 */