[PR #2323] [MERGED] Remove volatile qualifiers deprecated in C++23 #2476

Closed
opened 2026-03-04 02:05:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2323
Author: @gaul
Created: 9/17/2023
Status: Merged
Merged: 9/25/2023
Merged by: @ggtakec

Base: masterHead: volatile


📝 Commits (1)

  • 1ab128b Remove volatile qualifiers deprecated in C++23

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/fdcache_fdinfo.h (+2 -2)

📄 Description

These are protected by upload_list_lock. Addresses warnings of the form:

warning: ‘++’ expression of ‘volatile’-qualified type is deprecated

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2323 **Author:** [@gaul](https://github.com/gaul) **Created:** 9/17/2023 **Status:** ✅ Merged **Merged:** 9/25/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `volatile` --- ### 📝 Commits (1) - [`1ab128b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1ab128b21d0794f4a0b03432183a9521a82b92f7) Remove volatile qualifiers deprecated in C++23 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/fdcache_fdinfo.h` (+2 -2) </details> ### 📄 Description These are protected by `upload_list_lock`. Addresses warnings of the form: ``` warning: ‘++’ expression of ‘volatile’-qualified type is deprecated ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2476
No description provided.