diff options
Diffstat (limited to 'ZAPD/ZVector.cpp')
| -rw-r--r-- | ZAPD/ZVector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp index 476cf5f..c8d634a 100644 --- a/ZAPD/ZVector.cpp +++ b/ZAPD/ZVector.cpp @@ -91,7 +91,7 @@ std::string ZVector::GetBodySourceCode() const return "{ " + body + "}"; } -std::string ZVector::GetSourceOutputCode(const std::string& prefix) +std::string ZVector::GetSourceOutputCode([[maybe_unused]] const std::string& prefix) { if (parent != nullptr) parent->AddDeclaration(rawDataIndex, DeclarationAlignment::None, GetRawDataSize(), |
