: Fix compilation errors with gcc 7.2.1 for hsa runtime.

Change-Id: I3356388753ca78cc0f1e0c3188220d7f3f60283d
Bu işleme şunda yer alıyor:
James Edwards
2018-02-06 12:06:08 -06:00
ebeveyn 8a8d7ad814
işleme b913795c31
+1 -1
Dosyayı Görüntüle
@@ -376,7 +376,7 @@ static size_t get_extension_table_length(uint16_t extension, uint16_t major, uin
return 0;
}
char buff[3];
char buff[6];
sprintf(buff, "%02u", minor);
name += std::to_string(major) + "_" + buff + "_pfn_t";