Open savukyam opened 2 years ago
Hitting into OACR static analysis build issue on typedef for amqp_binary in https://github.com/Azure/azure-uamqp-c/blob/f7acb44aa8f61d9958ed2786831a53fd0a4a566e/inc/azure_uamqp_c/amqp_definitions_data.h
error C2872: 'data': ambiguous symbol
This PR tries to fix the same by renaming the type name.
Hitting into OACR static analysis build issue on typedef for amqp_binary in https://github.com/Azure/azure-uamqp-c/blob/f7acb44aa8f61d9958ed2786831a53fd0a4a566e/inc/azure_uamqp_c/amqp_definitions_data.h
error C2872: 'data': ambiguous symbol
This PR tries to fix the same by renaming the type name.