fixed multiple build warnings

This commit is contained in:
Vadim Pisarevsky
2012-09-04 14:15:00 +04:00
parent e17b70e533
commit bf7295f584
24 changed files with 62 additions and 61 deletions

View File

@@ -65,7 +65,7 @@ IStream::isMemoryMapped () const
char *
IStream::readMemoryMapped (int n)
IStream::readMemoryMapped (int)
{
throw Iex::InputExc ("Attempt to perform a memory-mapped read "
"on a file that is not memory mapped.");