Remove warnings

Update SGCT repository
Update Ghoul repository
This commit is contained in:
Alexander Bock
2017-07-26 11:59:48 -04:00
parent 53489b5302
commit dc79a94142
28 changed files with 94 additions and 31 deletions
+2 -1
View File
@@ -169,7 +169,8 @@ void MemoryAwareTileCache::setSizeEstimated(size_t estimatedSize) {
size_t sumTextureTypeSize = std::accumulate(
_textureContainerMap.cbegin(),
_textureContainerMap.cend(), 0,
_textureContainerMap.cend(),
size_t(0),
[](size_t s, const std::pair<const TileTextureInitData::HashKey,
TextureContainerTileCache>& p)
{