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

kptools: Fix shift overflow warning on windows #57

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

affggh
Copy link
Contributor

@affggh affggh commented Feb 23, 2024

ul have different size on different platform, on linux is 64bit takes 8 bytes, but on windows its 32bit take 4 bytes, suggest use ull force on windows platform

@bmax121
Copy link
Owner

bmax121 commented Feb 26, 2024

It is better to use macro judgment and do not upload your compiled kptools.exe files

@affggh
Copy link
Contributor Author

affggh commented Mar 2, 2024

It is better to use macro judgment and do not upload your compiled kptools.exe files

Thanks your suggestion, I've already changed my commit

@bmax121 bmax121 merged commit 5699dfd into bmax121:main Mar 6, 2024
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