You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix use of constant initializer for static xml handle counter (#4117)
Currently in procedure.c static variable current_xml_handle_counter is assigned to a const int variable which is causing build failures for gcc version 7.3.1. Updated the constant variable declarations to MACRO.
Signed-off-by: Rohit Bhagat [email protected]
0 commit comments