mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
hopefully fix compilation for everythign
This commit is contained in:
parent
aaf1632951
commit
2b29dbbc42
8 changed files with 22 additions and 14 deletions
|
@ -74,7 +74,7 @@ size_t ZSymbol::GetRawDataSize() const
|
|||
return typeSize;
|
||||
}
|
||||
|
||||
std::string ZSymbol::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix)
|
||||
std::string ZSymbol::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix, bool first)
|
||||
{
|
||||
if (isArray)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue