build: slightly change files to pass compilation

Compiled using Clang and encountered errors on ambiguous pointer
type, implicit conversion NULL to bool, and unused function, etc.
As a fix, this patch slightly updates the related codes.

Change-Id: I4a73d66293313dda36749036f5c73aaf2a445231


[ROCm/rocprofiler commit: ee917344ff]
Bu işleme şunda yer alıyor:
Xianwei Zhang
2019-06-06 11:23:48 -05:00
ebeveyn 0762516023
işleme 3dce66bd80
7 değiştirilmiş dosya ile 6 ekleme ve 7 silme
+1 -1
Dosyayı Görüntüle
@@ -73,7 +73,7 @@ int main(int argc, char** argv) {
TestHsa::HsaInstantiate();
std::thread t[thrs];
std::vector<std::thread> t(thrs);
for (int n = 0; n < thrs; ++n) {
t[n] = std::thread(thread_fun, kiter, diter, agents_number);
}