Warning fixies.

This commit is contained in:
Inusaito Sayori
2015-07-30 23:02:12 -04:00
committed by Lirusaito
parent 630819cfe5
commit 1d6e2b4182
3 changed files with 3 additions and 2 deletions

View File

@@ -1586,7 +1586,7 @@ bool sort_alpha(const LLViewerInventoryCategory* cat1, const LLViewerInventoryCa
void dump_trace(std::string& message, S32 depth, LLError::ELevel log_level)
{
llinfos << "validate_marketplacelistings : error = "<< log_level << ", depth = " << depth << ", message = " << message << llendl;
LL_INFOS() << "validate_marketplacelistings : error = "<< log_level << ", depth = " << depth << ", message = " << message << LL_ENDL;
}
// Make all relevant business logic checks on the marketplace listings starting with the folder as argument.

View File

@@ -677,7 +677,7 @@ void LLInventoryPanel::modelChanged(U32 mask)
else if (!model_item && view_item)
{
// Remove the item's UI.
LLFolderViewFolder* parent = view_item->getParentFolder();
//LLFolderViewFolder* parent = view_item->getParentFolder();
//removeItemID(view_item->getListener()->getUUID());
view_item->destroyView();
}

View File

@@ -1804,6 +1804,7 @@ LLUUID LLMarketplaceData::getListingFolder(S32 listing_id)
}
it++;
}
return LLUUID::null;
}
std::string LLMarketplaceData::getListingURL(const LLUUID& folder_id, S32 depth)