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

fix clang warnings #11681

Closed
1 task done
quantumsteve opened this issue Dec 19, 2014 · 2 comments · Fixed by #15463
Closed
1 task done

fix clang warnings #11681

quantumsteve opened this issue Dec 19, 2014 · 2 comments · Fixed by #15463
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@quantumsteve
Copy link
Contributor

This issue was originally TRAC 10839

This ticket is blocked by :

Currently the warning options in GNUSetup.cmake are not enabled when building with clang on OSX. We want to systematically enable these additional warning options and fix any issues they uncover.

@quantumsteve
Copy link
Contributor Author

@quantumsteve (2015-03-10T22:05:34):
warnings when building Mantid with -Wcast-align


@quantumsteve (2015-03-10T22:15:09):
-Wcast-align generates many warnings in "ugly" portions of our codebase. Unfortunately, we are not aware of a safer alternative that would both be correct and suppress these warnings.

@quantumsteve quantumsteve added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@quantumsteve quantumsteve self-assigned this Jun 3, 2015
@quantumsteve quantumsteve added this to the Release 3.5 milestone Jun 3, 2015
@quantumsteve
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants