diff options
Diffstat (limited to 'sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp')
| -rwxr-xr-x | sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp b/sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp index ab02085..acc0fe0 100755 --- a/sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp +++ b/sdk/extensions/serialization/source/DTO/TkAssetDTO.cpp @@ -84,7 +84,7 @@ Nv::Blast::TkAsset* TkAssetDTO::deserialize(Nv::Blast::Serialization::TkAsset::R bool TkAssetDTO::deserializeInto(Nv::Blast::Serialization::TkAsset::Reader reader, Nv::Blast::TkAsset * poco)
{
- reader = reader;
+ NV_UNUSED(reader);
poco = nullptr;
// NOTE: Because of the way TkAsset is currently structured, this won't work.
return false;
|