Skip to content

Commit

Permalink
1ULL warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 2, 2018
1 parent 083a515 commit ba656b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entwine/types/metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Metadata::Metadata(const Config& config, const bool exists)
, m_overflowThreshold(config.overflowThreshold())
, m_hierarchyStep(config.hierarchyStep())
{
if (1UL << m_startDepth != m_ticks)
if (1ULL << m_startDepth != m_ticks)
{
throw std::runtime_error("Invalid 'ticks' setting");
}
Expand Down

0 comments on commit ba656b8

Please sign in to comment.