Fix warnings in video_core

This commit is contained in:
Lioncash 2014-09-28 11:20:06 -04:00
parent ee7cfc71bd
commit eb5054e6eb
9 changed files with 26 additions and 26 deletions

View file

@ -201,7 +201,7 @@ struct Regs {
#undef INSERT_PADDING_WORDS_HELPER2
#undef INSERT_PADDING_WORDS
static inline int NumIds() {
static inline size_t NumIds() {
return sizeof(Regs) / sizeof(u32);
}