mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 17:29:24 +00:00
Fixed cppcheck error
This commit is contained in:
parent
f4a18726b5
commit
bd30a68e7d
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ template<> struct Stream::Entry<const char*>
|
||||||
|
|
||||||
template<> struct Stream::Entry<char*>
|
template<> struct Stream::Entry<char*>
|
||||||
{
|
{
|
||||||
|
// cppcheck-suppress constParameterPointer
|
||||||
static FORCEINLINE void put(char* data, Stream* wrapper) { wrapper->writeBuf(data, strlen(data)); }
|
static FORCEINLINE void put(char* data, Stream* wrapper) { wrapper->writeBuf(data, strlen(data)); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue