-
Notifications
You must be signed in to change notification settings - Fork 2.3k
gcc pedantically complains about that comma... :) #6
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
Comments
Thanks for notification. Probably adding a useless element at the end of the list would work. But I don't think it's cleaner than the trailing comma. |
Got it. Thanks anyway. I will close this little issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zstd_static.h:74:38: warning: comma at end of enumerator list [-Wpedantic]
The text was updated successfully, but these errors were encountered: