Skip to content

Comments

add test workflow#1

Merged
yaito3014 merged 22 commits intomainfrom
add-workflow
Apr 25, 2025
Merged

add test workflow#1
yaito3014 merged 22 commits intomainfrom
add-workflow

Conversation

@yaito3014
Copy link
Member

No description provided.

@github-actions
Copy link

The latest workflow run for this pull request is #3

@github-actions
Copy link

The latest workflow run for this pull request is #4

@github-actions
Copy link

The latest workflow run for this pull request is #5

@github-actions
Copy link

The latest workflow run for this pull request is #15, and the compilation output is:


@github-actions
Copy link

The latest workflow run for this pull request is #16, and the compilation output is:


@github-actions
Copy link

compilation output is:

source.cpp: In function ‘int main()’:
source.cpp:7:7: warning: ignoring return value of ‘int func()’, declared with attribute ‘nodiscard’ [-Wunused-result]
    7 |   func();
      |   ~~~~^~
source.cpp:3:19: note: declared here
    3 | [[nodiscard]] int func() { return 42; }
      |                   ^~~~
source.cpp:6:7: warning: unused variable ‘unused_variable’ [-Wunused-variable]
    6 |   int unused_variable = 42;
      |       ^~~~~~~~~~~~~~~

@github-actions
Copy link

compilation output is:

source.cpp: In function ‘int main()’:
source.cpp:7:7: warning: ignoring return value of ‘int func()’, declared with attribute ‘nodiscard’ [-Wunused-result]
    7 |   func();
      |   ~~~~^~
source.cpp:3:19: note: declared here
    3 | [[nodiscard]] int func() { return 42; }
      |                   ^~~~
source.cpp:6:7: warning: unused variable ‘unused_variable’ [-Wunused-variable]
    6 |   int unused_variable = 42;
      |       ^~~~~~~~~~~~~~~

@yaito3014 yaito3014 merged commit 9337e80 into main Apr 25, 2025
2 checks passed
@yaito3014 yaito3014 deleted the add-workflow branch April 25, 2025 16:41
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