Remove use of anonymous member in C builds.

Tools/CodeXL will retain older versions of structs if them need them.

Change-Id: I568d7b445778dd575ef71000b4b839300572288e
Этот коммит содержится в:
Sean Keely
2017-07-11 11:57:17 -05:00
родитель bc0bd00746
Коммит a0a3587345
2 изменённых файлов: 2 добавлений и 13 удалений
+1 -1
Просмотреть файл
@@ -684,7 +684,7 @@ hsa_status_t Runtime::PtrInfo(void* ptr, hsa_amd_pointer_info_t* info, void* (*a
hsa_amd_pointer_info_t retInfo;
// check output struct is at least as large as the first info revision.
if (info->size < sizeof(struct hsa_amd_pointer_info_v1_s)) return HSA_STATUS_ERROR_INVALID_ARGUMENT;
if (info->size < 40) return HSA_STATUS_ERROR_INVALID_ARGUMENT;
bool returnListData =
((alloc != nullptr) && (num_agents_accessible != nullptr) && (accessible != nullptr));