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

Remove unused variable to avoid compiler warning #77

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

sherry-yuan
Copy link
Contributor

@sherry-yuan sherry-yuan commented Feb 8, 2022

../lib/acl_threadsupport/test/acl_threadsupport_test.cpp: In member function 'virtual void condvar_wait_signal_with_timeout_Test::testBody()':
../lib/acl_threadsupport/test/acl_threadsupport_test.cpp:445:7: warning: unused variable 'timedout' [-Wunused-variable]
   int timedout = 0;
       ^~~~~~~~

../test/acl_mem_test.cpp: In member function 'virtual void acl_mem_buffer_location_property_Test::testBody()':
../test/acl_mem_test.cpp:2812:10: warning: unused variable 'small_size' [-Wunused-variable]
   size_t small_size = bank_size / 1024;

Prerequisite of #85

@sherry-yuan sherry-yuan self-assigned this Feb 8, 2022
@sherry-yuan sherry-yuan added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Feb 8, 2022
@sherry-yuan sherry-yuan added this to the 2022.3 milestone Feb 8, 2022
@sherry-yuan sherry-yuan marked this pull request as ready for review February 15, 2022 19:01
@sherry-yuan sherry-yuan requested a review from pcolberg February 15, 2022 19:01
Copy link
Contributor

@pcolberg pcolberg left a comment

Choose a reason for hiding this comment

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

Thanks @sherry-yuan! These warnings have been present since #48.

@pcolberg pcolberg merged commit d8c50ba into intel:main Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants