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

Fix warnings #191

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

Conversation

lambertjamesd
Copy link
Contributor

I went through and fixed any warnings on the gcc build

@@ -101,29 +101,6 @@ cen64_align(static const uint16_t sll_l2b_keys[16][8], CACHE_LINE_SIZE) = {
{0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x0180},
};

// Shift right LUT; shifts in zeros from the left, one byte at a time.
cen64_align(static const uint16_t srl_b2l_keys[16][8], CACHE_LINE_SIZE) = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My biggest hesitation to merging this PR is this table may be useful in the future even though it is unused now. There may be a better way to ignore the warning that this is unused.

vr4300/interface.h Outdated Show resolved Hide resolved
@lambertjamesd
Copy link
Contributor Author

Are there any other changes needed before this can be merged? It would be nice to not have so many warnings when compiling code.

@rasky
Copy link
Contributor

rasky commented Mar 19, 2022

@lambertjamesd I'd love to get this merged. Would you please rebase it?

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.

3 participants