Skip to content

Conversation

bhoepner
Copy link

Fix for issue #7.

  • Fix gcc errors:

    • error: redefinition of ‘i’
    • error: ‘for’ loop initial declarations are only allowed in C99 mode
  • Extract function doing checksum calculation for readability

I tested this by successfully creating a .fw file for doom-odroid-go and running it on my ODROID-GO hardware. For that I followed the instructions mentioned in this release.

* Fix gcc errors:
  * error: redefinition of ‘i’
  * error: ‘for’ loop initial declarations are only allowed in C99 mode

* Extract function doing checksum calculation for readability
@OtherCrashOverride
Copy link
Owner

This PR does more than is claimed. The GCC error fix should be its own patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants