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

Minor fixes #2344

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Minor fixes #2344

wants to merge 4 commits into from

Conversation

madscientist
Copy link
Contributor

Use %u not %d when printing unsigned values.

Take advantage of GCC's copy() facility in __attribute__ to duplicate all the attributes of these functions. I'm not sure about this because I'm not sure if Clang supports it.

@madscientist
Copy link
Contributor Author

Anyone have any thoughts on these small fixes? They're needed for a clean build in my environments. Cheers!

@davidtgoldblatt
Copy link
Member

Sorry for the delay -- this has been a hectic couple of weeks.

Two nits:

  • We do "clean linear history", with only rebase-and-merge, so please clean up any stacks.
  • In general, we should be doing this sort of feature detection (for the copy attribute) via configure scripts, rather than hard-coding results via the preprocessor.

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.

None yet

2 participants