-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix build error. #2
base: master
Are you sure you want to change the base?
Conversation
Does this resolve the issue that you reported as #1? |
Yeah, because this option "-Werror", any warning would become error and abort build. |
Which version of OSX are you using? This may be helpful to others, due to Apple changing the structure of its JDK frequently. |
And for this, |
My OS X environment:
|
My Linux environment:
|
|
ping @adityakishore the type convert warn in perftest. |
In OSX, if don't use -fpermissive,
|
Can you update the pull request with the fixes for these warnings? |
Do you mean don't ignore warnings and directly fix them? |
The cause is these two line code in OpsRunner
and
|
I would update tomorrow. :-) Good night, it is 3:13 am now. |
We have to disable "-Werror", becuase of
|
Or
|
I have updated the pull request. ping @adityakishore |
I build error both Linux and OS X. After this changes, I build it successfully. Fix #1