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

Trivial: Add missing const qualifiers #5712

Merged
merged 1 commit into from Oct 6, 2014

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Oct 6, 2014

Totally technical and trivial.
Function local statics must be const to be thread safe. In my previous pull request, I inadvertently left the const qualifier off of three function local statics. Since the statics were never modified, it is trivial to add the const qualifiers. This pull request adds them.

ktf added a commit that referenced this pull request Oct 6, 2014
Trivial: Add missing const qualifiers
@ktf ktf merged commit dd74865 into cms-sw:CMSSW_7_3_X Oct 6, 2014
@wmtan wmtan deleted the AddMissingConstQualifiers branch October 6, 2014 20:43
@wmtan wmtan restored the AddMissingConstQualifiers branch October 6, 2014 20:43
@wmtan wmtan deleted the AddMissingConstQualifiers branch October 16, 2014 20:41
kencall added a commit to kencall/cmssw that referenced this pull request Sep 6, 2016
kencall added a commit to kencall/cmssw that referenced this pull request Sep 7, 2016
kencall added a commit to kencall/cmssw that referenced this pull request Sep 7, 2016
kencall added a commit to kencall/cmssw that referenced this pull request Sep 7, 2016
kencall added a commit to kencall/cmssw that referenced this pull request Sep 15, 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.

None yet

2 participants