Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed many build warnings #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WiiDynamit
Copy link

If you want to pull this Changes it would fixe some building warnings that is just annoying warnings that I have fixed just for fun.

I even have a own made Hello World that I write from scratch (the library's is copy as needed from this Hello World) but it compiles but not creating the elf file so I need to find out what is the cause and I will release more "advanced" Hello World but still hopefully less recurrence of some stuff in the main code it self ;)

Signed-off-by: Dynamit dynamit@wiiubrew.net

Signed-off-by: Dynamit <dynamit@wiiubrew.net>
@CreeperMario
Copy link

Back in late 2016, devkitPPC revisions 28 and 29 were released. Version 28 has changed how an "int" was defined, and version 29 kept this change.

I have no clue why they did this, as it pretty much breaks everything that uses ints (such as this project).

So what you've done is basically add support for devkitPPC r28/r29, instead of r27, which in my opinion isn't a bad thing.

Perhaps this should be merged into a separate branch, so that we also have the r27 version of the code readily available.

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