mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2197] [MERGED] Supported cppcheck 2.10(and changed std from c++03 to c++11 for RHEL7) #2382
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2197
Author: @ggtakec
Created: 6/25/2023
Status: ✅ Merged
Merged: 7/24/2023
Merged by: @gaul
Base:
master← Head:fix_cppcheck210📝 Commits (1)
f4efa85Supported cppcheck 2.10(and changed std from c++03 to c++11 for RHEL7)📊 Changes
6 files changed (+20 additions, -13 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -3)📝
Makefile.am(+2 -2)📝
configure.ac(+1 -1)📝
src/curl.cpp(+1 -1)📝
src/fdcache.cpp(+1 -1)📝
src/fdcache_page.cpp(+12 -5)📄 Description
Relevant Issue (if applicable)
#2163
#2162
#2179
Details
Fixed errors detected by
cppcheck v2.10 (SUSE leap:15).This reverts the setting that was temporarily disabled(
v2.10anduseStlAlgorithm) in #2163.With this fix, cppcheck checks can be done on all OSs.
Support for
CentOS7(which was discussed in #2195) is resolved by adding the-std=c++11CXXFLAGS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.