Skip to content

fix: resolve GCC enum conversion error in MountFlag#104

Merged
ComixHe merged 1 commit into
OpenAtom-Linyaps:masterfrom
ComixHe:master
Jul 23, 2025
Merged

fix: resolve GCC enum conversion error in MountFlag#104
ComixHe merged 1 commit into
OpenAtom-Linyaps:masterfrom
ComixHe:master

Conversation

@ComixHe

@ComixHe ComixHe commented Jul 23, 2025

Copy link
Copy Markdown
Collaborator

Use std::underlying_type_t to fix "int cannot be converted to unnamed enum" compilation error on older GCC versions.

Use std::underlying_type_t to fix "int cannot be converted to unnamed enum"
compilation error on older GCC versions.

Signed-off-by: ComixHe <ComixHe1895@outlook.com>
@ComixHe
ComixHe merged commit 16f40a4 into OpenAtom-Linyaps:master Jul 23, 2025
13 of 17 checks passed
@deepsource-io

deepsource-io Bot commented Jul 23, 2025

Copy link
Copy Markdown

Here's the code health analysis summary for commits 3951cfc..83f8667. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource C & C++ LogoC & C++❌ Failure
❗ 3 occurences introduced
View Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant