mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
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#1619
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/727
Author: @ggtakec
Created: 2/28/2018
Status: ✅ Merged
Merged: 2/28/2018
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (4)
960d45cFixed cppcheck error on osxa45ff6cFixed cppcheck error and clean ^M codec494e54Fixed cppcheck error on osxbe9d407Fixed cppcheck error on osx📊 Changes
8 files changed (+146 additions, -152 deletions)
View changed files
📝
Makefile.am(+4 -3)📝
src/addhead.cpp(+1 -1)📝
src/curl.cpp(+12 -16)📝
src/fdcache.cpp(+1 -1)📝
src/gnutls_auth.cpp(+8 -8)📝
src/nss_auth.cpp(+3 -3)📝
src/s3fs.cpp(+115 -118)📝
src/string_util.cpp(+2 -2)📄 Description
Relevant Issue (if applicable)
#713
Details
The version of cppcheck prepared by TravisCI differs between OSX and ubuntu.
OSX was 1.82, and the behavior of unusedFunction was different from 1.63.
On OSX, exitcode = 0 does not become 0 even if suppressing unusedFunction error using suppress option.
Since it can not be helped, I adjust the option so as not to check unusedFunction.
In addition, we modified the code for the variableScope error and deleted it from the suppress option.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.