-
Notifications
You must be signed in to change notification settings - Fork 186
Fixed compilation with old gcc #926
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
Conversation
Prodded by Orgad Shaneh.
It's still broken.
|
I fixed the forgotten I do not understand why it complained about grep njs_inline src/*.c
src/njs_array.c:njs_inline njs_int_t
src/njs_array.c:njs_inline njs_int_t
src/njs_builtin.c:njs_inline njs_int_t
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline uint64_t
src/njs_date.c:njs_inline double
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline double
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline int64_t
src/njs_date.c:njs_inline double
src/njs_date.c:njs_inline int64_t
... I also spend too many hours trying to build gcc-4.1, to try it myself. |
I hope it will compile this time. |
This fixed compilation issues with gcc-4.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
No description provided.