diff options
Diffstat (limited to 'src/const/utils/perfstat.h')
-rw-r--r-- | src/const/utils/perfstat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/const/utils/perfstat.h b/src/const/utils/perfstat.h index fac9f7382..48ca611af 100644 --- a/src/const/utils/perfstat.h +++ b/src/const/utils/perfstat.h @@ -23,8 +23,8 @@ #include "localconsts.h" -static const int PERFSTAT_MAX = 120; -static const int PERFSTAT_LAST_STAT = 13; -static const int PERFSTAT_FPS_STAT = 12; +static const size_t PERFSTAT_MAX = 120U; +static const size_t PERFSTAT_LAST_STAT = 13U; +static const size_t PERFSTAT_FPS_STAT = 12U; #endif // CONST_UTILS_PERFSTAT_H |