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

Reduce Warnings #102

Merged
merged 9 commits into from
May 28, 2016
Merged

Reduce Warnings #102

merged 9 commits into from
May 28, 2016

Conversation

jun0
Copy link
Contributor

@jun0 jun0 commented May 28, 2016

今週いくつか警告を潰した時のコミットです。

jun0 added 9 commits May 28, 2016 10:06
friend declarations can't contain default parameters unless the function
body is defined at the same site.
C++ standard (at least prior to C++11) specifies that static const
double members cannot be initialized within the class definition.  Move
the initialization of PI and PI_2 outside the class; also, update
feature test macros to use M_PI and M_PI_2 whenever they're available.
These conditionals are never true in valid C++ programs.
Clang doesn't allow the overloaded operator <<= used in the template
function CORBA_Util::typecode::id() to be declared after that point of
use.  It seems to be a bug in clang.
@fkanehiro fkanehiro merged commit 4234293 into fkanehiro:master May 28, 2016
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.

2 participants