Skip to content
Snippets Groups Projects
Commit 07b856aa authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix GCC warnings

parent 6d864f7b
No related branches found
No related tags found
No related merge requests found
...@@ -246,9 +246,11 @@ LLAssetRecoverQueue::LLAssetRecoverQueue(const LLSD& sdFiles) ...@@ -246,9 +246,11 @@ LLAssetRecoverQueue::LLAssetRecoverQueue(const LLSD& sdFiles)
recoveryItem.nNextOwnerPerm = LLFloaterPerms::getNextOwnerPerms("Notecards"); recoveryItem.nNextOwnerPerm = LLFloaterPerms::getNextOwnerPerms("Notecards");
removeEmbeddedMarkers(recoveryItem.strPath); removeEmbeddedMarkers(recoveryItem.strPath);
break; break;
default:
break;
} }
if (recoveryItem.eAssetType != LLAssetType::AT_NONE) if (recoveryItem.eAssetType == LLAssetType::AT_LSL_TEXT || recoveryItem.eAssetType == LLAssetType::AT_NOTECARD)
m_RecoveryQueue.push_back(recoveryItem); m_RecoveryQueue.push_back(recoveryItem);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment