Warning fixies.
This commit is contained in:
committed by
Lirusaito
parent
630819cfe5
commit
1d6e2b4182
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -1804,6 +1804,7 @@ LLUUID LLMarketplaceData::getListingFolder(S32 listing_id)
|
||||
}
|
||||
it++;
|
||||
}
|
||||
return LLUUID::null;
|
||||
}
|
||||
|
||||
std::string LLMarketplaceData::getListingURL(const LLUUID& folder_id, S32 depth)
|
||||
|
||||
Reference in New Issue
Block a user