mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2066] [MERGED] Fixed a warning by compiling on fedora 37 #2327
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#2327
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/2066
Author: @ggtakec
Created: 11/23/2022
Status: ✅ Merged
Merged: 11/23/2022
Merged by: @gaul
Base:
master← Head:fix_bug📝 Commits (1)
d942374Fixed a warning by compiling on fedora 37📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
src/s3fs_logger.cpp(+1 -2)📄 Description
Relevant Issue (if applicable)
n/a
Details
In Fedora:37 the following warning was printed when compiling.
The logic is that after the close fails, the file descriptor that s3fs tried to close is accessed, so there should be no problem, but the warning can be eliminated by changing the description, so I fixed it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.