From e2461d47cbb62c8b804ce72dfc521f963786997a Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 8 Jul 2013 10:37:09 +0400 Subject: =?UTF-8?q?Fixing=20the=20"no=20previous=20declaration=20for=20?= =?UTF-8?q?=E2=80=98=5Fstrerror'"=20warning.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modified: storage/connect/filamvct.cpp storage/connect/osutil.c storage/connect/tabvct.cpp --- storage/connect/osutil.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'storage/connect/osutil.c') diff --git a/storage/connect/osutil.c b/storage/connect/osutil.c index 1b7332357e6..9a7575b3258 100644 --- a/storage/connect/osutil.c +++ b/storage/connect/osutil.c @@ -202,14 +202,6 @@ BOOL MessageBeep(uint i) return TRUE; } /* end of MessageBeep */ -LPSTR _strerror(int errn) - { - static char buff[256]; - - sprintf(buff,"error: %d", errn); - return buff; - } /* end of _strerror */ - int _isatty(int fileNo) { return isatty(fileNo); -- cgit v1.2.1