summaryrefslogtreecommitdiffstats
path: root/src/tools/qbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qbuffer.cpp')
-rw-r--r--src/tools/qbuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/qbuffer.cpp b/src/tools/qbuffer.cpp
index 0afa52aef..b1707d78d 100644
--- a/src/tools/qbuffer.cpp
+++ b/src/tools/qbuffer.cpp
@@ -268,12 +268,8 @@ bool TQBuffer::at( Offset pos )
#endif
if ( pos > a_len ) {
#if defined(QT_CHECK_RANGE)
-#if defined(QT_ABI_QT4)
- tqWarning( "TQBuffer::at: Index %lld out of range", pos );
-#else
tqWarning( "TQBuffer::at: Index %lu out of range", pos );
#endif
-#endif
return FALSE;
}
ioIndex = pos;