summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorTom Lane2001-02-20 19:39:24 +0000
committerTom Lane2001-02-20 19:39:24 +0000
commit17137d6c5bbe6b04e867c4adf28cde49c9f337df (patch)
tree31471443e0b4d6a98330c5285b9caa3546a20b0b /src/interfaces
parentcb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab (diff)
Remove unportable #warning directive.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/odbc/dlg_specific.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/odbc/dlg_specific.h b/src/interfaces/odbc/dlg_specific.h
index 5be8b4fa508..1cad81105f8 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 */