Fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2502
This commit is contained in:
parent
c807253656
commit
8b9ba65e36
2 changed files with 5 additions and 2 deletions
|
@ -29,7 +29,7 @@ Bit8u Scaler_Aspect[SCALER_MAXHEIGHT];
|
|||
Bit16u Scaler_ChangedLines[SCALER_MAXHEIGHT];
|
||||
Bitu Scaler_ChangedLineIndex;
|
||||
|
||||
union {
|
||||
static union {
|
||||
Bit32u b32 [4][SCALER_MAXWIDTH*3];
|
||||
Bit16u b16 [4][SCALER_MAXWIDTH*3];
|
||||
Bit8u b8 [4][SCALER_MAXWIDTH*3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue