Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(875)

Unified Diff: src/core/model/calendar-scheduler.h

Issue 336970043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Updates to patch for review comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/model/calendar-scheduler.h
===================================================================
--- a/src/core/model/calendar-scheduler.h
+++ b/src/core/model/calendar-scheduler.h
@@ -90,7 +90,7 @@
*
* \returns The new width.
*/
- uint32_t CalculateNewWidth (void);
+ uint64_t CalculateNewWidth (void);
/**
* Initialize the calendar queue.
*
@@ -116,7 +116,7 @@
* \param [in] newSize The number of buckets.
* \param [in] newWidth The size of the new buckets.
*/
- void DoResize (uint32_t newSize, uint32_t newWidth);
+ void DoResize (uint32_t newSize, uint64_t newWidth);
/**
* Remove the earliest event.
*

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b