mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2259] [MERGED] Fixed a warning for compiling C/C++ codes #2424
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#2424
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/2259
Author: @ggtakec
Created: 8/11/2023
Status: ✅ Merged
Merged: 8/13/2023
Merged by: @gaul
Base:
master← Head:fix_warning📝 Commits (1)
cfb19ccFixed a warning for compiling C/C++ codes📊 Changes
6 files changed (+20 additions, -12 deletions)
View changed files
📝
src/curl.cpp(+2 -2)📝
src/fdcache.cpp(+2 -1)📝
src/fdcache_entity.cpp(+2 -1)📝
test/cr_filename.cc(+2 -1)📝
test/mknod_test.cc(+10 -6)📝
test/truncate_read_file.cc(+2 -1)📄 Description
Relevant Issue (if applicable)
n/a
Details
Fixed a build warning on some platforms.
However, the warning about
_FORTIFY_SOURCEofRocky Linux 8/9is not fixed.(leave as is)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.