Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Android: remove warning in blit_features
"integer constant not in range of enumerated type 'enum blit_features'"
  • Loading branch information
1bsyl committed Oct 27, 2019
1 parent 463bf5c commit 7289e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_blit_N.c
Expand Up @@ -39,6 +39,7 @@
/* Functions to blit from N-bit surfaces to other surfaces */

enum blit_features {
BLIT_FEATURE_NONE = 0,
BLIT_FEATURE_HAS_MMX = 1,
BLIT_FEATURE_HAS_ALTIVEC = 2,
BLIT_FEATURE_ALTIVEC_DONT_USE_PREFETCH = 4,
Expand Down

0 comments on commit 7289e5e

Please sign in to comment.