Skip to content

Instantly share code, notes, and snippets.

@zzeroo
Created September 18, 2015 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzeroo/15e256235d2ebe17aa99 to your computer and use it in GitHub Desktop.
Save zzeroo/15e256235d2ebe17aa99 to your computer and use it in GitHub Desktop.
private const uint32 UNSIGNED32 = 0x9a226544;
void main () {
}
@zzeroo
Copy link
Author

zzeroo commented Sep 18, 2015

Solution is to use a 'U' after the number:

private const uint32 UNSIGNED32 = 0x9a226544U;

void main () {
}

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