Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Fix warnings for Allegro 5 implementation #775

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix warnings for Allegro 5 implementation #775

wants to merge 2 commits into from

Conversation

raffitz
Copy link

@raffitz raffitz commented Dec 7, 2018

The Allegro 5 implementation header generates a few warnings when compiling for ANSI C, mostly due to mixed declarations and code.
There are also some instances of variable length arrays, which are forbidden by ANSI C as well.

The Allegro 5 implementation header generates a few warnings when
compiling for ANSI C in pedantic mode, mostly due to mixed declarations
and execution.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant