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
The rule to check for missing APIs does not support extern "C" blocks (linkage specification). In the sample below you get a missing API warning for sample (1.3.x)
extern"C" {
/** * Docu*/externvoidsample();
}
The text was updated successfully, but these errors were encountered:
The rule to check for missing APIs does not support extern "C" blocks (linkage specification). In the sample below you get a missing API warning for
sample
(1.3.x)The text was updated successfully, but these errors were encountered: