Skip to content

Correct a few compiler warnings - #1148

Merged
staylorjlab merged 2 commits into
masterfrom
aaust_enum_intercomparison
Jul 1, 2026
Merged

Correct a few compiler warnings#1148
staylorjlab merged 2 commits into
masterfrom
aaust_enum_intercomparison

Conversation

@aaust

@aaust aaust commented Jul 1, 2026

Copy link
Copy Markdown
Contributor
  • compiler treats arithmetic between two different enum types as deprecated, put them in a single anonymous enum keeps them all the same type and eliminates the warning
  • c++ flags should not be used for c compilation

@gluex

gluex commented Jul 1, 2026

Copy link
Copy Markdown

Test status for this pull request: SUCCESS

Summary: summary.txt
Logs: results/log

Build log: make_aaust_enum_intercomparison.log
Build report: report_aaust_enum_intercomparison.txt

@staylorjlab staylorjlab left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for fixing the enums.

@staylorjlab
staylorjlab merged commit 006837b into master Jul 1, 2026
2 checks passed
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.

3 participants