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

Fixes for XrdXrootdJob and XrdCnsSsi #523

Merged
merged 1 commit into from
May 30, 2017
Merged

Fixes for XrdXrootdJob and XrdCnsSsi #523

merged 1 commit into from
May 30, 2017

Conversation

vp1981
Copy link
Contributor

@vp1981 vp1981 commented May 30, 2017

  • src/XrdXrootd/XrdXrootdJob.cc, src/XrdCns/XrdCnsSsi.cc: gcc 7.1+
    complains about verClient() [XrdXrootdJob] (-Werror=array-bounds) and
    Updt() [XrdCnsSsi] (-Werror=nonnull), make it "happy".

Signed-off-by: Vladimir Lomov lomov.vl@gmail.com

  * src/XrdXrootd/XrdXrootdJob.cc, src/XrdCns/XrdCnsSsi.cc: gcc 7.1+
    complains about verClient() [XrdXrootdJob] (-Werror=array-bounds) and
    Updt() [XrdCnsSsi] (-Werror=nonnull), make it "happy".

Signed-off-by: Vladimir Lomov <lomov.vl@gmail.com>
@vp1981
Copy link
Contributor Author

vp1981 commented May 30, 2017

This is my first pull request, so there is possibility that I did something wrong.

@vp1981
Copy link
Contributor Author

vp1981 commented May 30, 2017

As for the "fix": I use 'nullptr' but seems that it appears in C++11. I compile xrootd only for ROOT and it requires c++11 (and even c++14) so I think it is worth to begin to use C++11.

@abh3 abh3 merged commit 254936c into xrootd:master May 30, 2017
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.

None yet

2 participants