summaryrefslogtreecommitdiffstats
path: root/common/DataSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/DataSource.cpp')
-rw-r--r--common/DataSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/DataSource.cpp b/common/DataSource.cpp
index fda7596..0d91dbf 100644
--- a/common/DataSource.cpp
+++ b/common/DataSource.cpp
@@ -38,7 +38,7 @@ DataSource::PatternSegment::PatternSegment(DataSource & source, uint32_t pattern
{
}
-unsigned DataSource::PatternSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
+unsigned DataSource::PatternSegment::getData(unsigned /*offset*/, unsigned maxBytes, uint8_t * buffer)
{
memset(buffer, 0, maxBytes);