Commit 9cc4bf4 1 parent a900a42 commit 9cc4bf4 Copy full SHA for 9cc4bf4
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const char inp_fof_na[] = "four-of-fish-3.6.9.i686";
42
42
/* with profile */
43
43
const char module_nsvcap[] = " module-name:stream:1:b86c854:x86_64/profile" ;
44
44
const char module_nsvap[] = " module-name:stream:1::x86_64/profile" ;
45
- const char module_nsvcp[] = " module-name:stream:1:b86c854/profile" ;
46
45
const char module_nsvp[] = " module-name:stream:1/profile" ;
47
46
const char module_nsap[] = " module-name:stream::x86_64/profile" ;
48
47
const char module_nsp[] = " module-name:stream/profile" ;
Original file line number Diff line number Diff line change @@ -112,7 +112,9 @@ RpmItemTest::testGetTransactionItems()
112
112
std::chrono::duration< double > read_duration = read_finish - read_start;
113
113
114
114
auto createMs = std::chrono::duration_cast< std::chrono::milliseconds >(create_duration);
115
+ (void )createMs;
115
116
auto readMs = std::chrono::duration_cast< std::chrono::milliseconds >(read_duration);
117
+ (void )readMs;
116
118
117
119
// CPPUNIT_ASSERT(createMs.count() == 0);
118
120
// CPPUNIT_ASSERT(readMs.count() == 0);
You can’t perform that action at this time.
0 commit comments