summaryrefslogtreecommitdiffstats
path: root/common/DataSource.cpp
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-23 23:17:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 14:44:06 +0200
commit669a8e9cba424556bf7f2fb245327a0433f561be (patch)
tree4a933a94b559dc4377fc4c08dce3e31a3a80a258 /common/DataSource.cpp
parent69fdbc73dfca1d9b43d5e9eee11052a167afe7c5 (diff)
downloadmxs-utils-669a8e9cba424556bf7f2fb245327a0433f561be.tar.gz
mxs-utils-669a8e9cba424556bf7f2fb245327a0433f561be.tar.xz
we realy don't need these parameters
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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);