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
instrument-c.adb: fix a warning in buffer list units
Building the generated buffer list units for C++ raise warnings
because they contain an extern declaration with an initialization
expression.
First emit an extern declaration, then emit the definition to avoid such
warnings.
TN: V816-018
Change-Id: I482b4109fa8a10a6fbd303245daa6181d8e79504
0 commit comments