Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1955: Suppress spurious warning about method declared but not used #1956

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

PhilMiller
Copy link
Member

Fixes #1955

@github-actions
Copy link

github-actions bot commented Sep 13, 2022

Pipelines results

PR tests (gcc-5, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-5.0, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, alpine, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-9, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-3.9, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-11, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-12, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-14, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-11, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (intel icpx, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-12, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (gcc-6, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (intel icpc, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


PR tests (clang-10, ubuntu, mpich)

Build for 06a69b4

Compilation - successful

Testing - passed

Build log


@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #1956 (06a69b4) into develop (5387ede) will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1956      +/-   ##
===========================================
- Coverage    84.08%   84.00%   -0.08%     
===========================================
  Files          726      726              
  Lines        25548    25548              
===========================================
- Hits         21482    21462      -20     
- Misses        4066     4086      +20     
Impacted Files Coverage Δ
tests/unit/lb/test_lb_data_comm.cc 100.00% <ø> (ø)
src/vt/messaging/request_holder.h 69.23% <0.00%> (-7.70%) ⬇️
src/vt/topos/location/location.impl.h 88.19% <0.00%> (-5.91%) ⬇️
src/vt/phase/phase_manager.cc 91.21% <0.00%> (-1.36%) ⬇️

@PhilMiller PhilMiller merged commit 171de6f into develop Sep 14, 2022
@PhilMiller PhilMiller deleted the 1955-warnings branch September 14, 2022 19:45
cz4rs pushed a commit that referenced this pull request Sep 28, 2022
#1955: Suppress spurious warning about method declared but not used
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.

Intel builds warn about unused code in test
3 participants