Jump to content

[Fix] Superflous forward definition


inmarket

Recommended Posts

A superfluous forward definition for struct GContainerObject has been removed.

Whilst this should be ignored by compilers as the forward struct definition and a subsequent typedef are equivalent objects, some versions of GCC incorrectly flag a compile error (but seemingly only with some combinations of compiler flags).

The superfluous definition has been removed to prevent this incorrect compile error.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...