summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer/common/cross/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/command_buffer/common/cross/resource.h')
-rw-r--r--o3d/command_buffer/common/cross/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/command_buffer/common/cross/resource.h b/o3d/command_buffer/common/cross/resource.h
index e6b6f09..5557d67 100644
--- a/o3d/command_buffer/common/cross/resource.h
+++ b/o3d/command_buffer/common/cross/resource.h
@@ -197,7 +197,7 @@ unsigned int GetBlockSizeY(Format format);
// down.
static unsigned int GetMipMapDimension(unsigned int base,
unsigned int level) {
- DCHECK_GT(base, 0);
+ DCHECK_GT(base, 0U);
return std::max(1U, base >> level);
}
} // namespace texture