mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 07:47:59 +03:00
Even more -Wall fixes - and added -Wall to test makefiles to actually catch them...
This commit is contained in:
parent
1ba1998223
commit
160e8655d2
9 changed files with 15 additions and 12 deletions
|
@ -18,7 +18,7 @@ class FFMpegSource : public SampleSource
|
|||
{
|
||||
AVFormatContext *FmtCtx;
|
||||
AVCodecContext *CodecCtx;
|
||||
int StreamNum;
|
||||
unsigned int StreamNum;
|
||||
|
||||
std::vector<uint8_t> storage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue