Skip to content
Snippets Groups Projects
Commit 0e99daec authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1765474 - Fix unused-but-set-variable warning in TestBaseProfiler.cpp. r=gerald

mozglue/tests/TestBaseProfiler.cpp:2188:12: error: variable 'chunk1ReuseCount' set but not used [-Werror,-Wunused-but-set-variable]
  unsigned chunk1ReuseCount = 0;
           ^

Differential Revision: https://phabricator.services.mozilla.com/D144146
parent f0ff0bc3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment