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
This pollutes the object files with many symbols with limited use-cases. It also hints to the compiler that it shouldn't optimize these functions as they could be called differently.
The project should probably only use non-static for what's found in XbSymbolDatabase.h
The text was updated successfully, but these errors were encountered:
There's many cases of non-static variables in the source-code:
XbSymbolDatabase/XbSymbolDatabase.c
Line 1617 in 6820d3f
XbSymbolDatabase/XbSymbolDatabase.c
Line 1622 in 6820d3f
...
This also includes all of the OOVPA, which appear to use non-static variables via
OOVPA_XREF
:XbSymbolDatabase/OOVPA.h
Lines 136 to 140 in 6820d3f
This pollutes the object files with many symbols with limited use-cases. It also hints to the compiler that it shouldn't optimize these functions as they could be called differently.
The project should probably only use non-static for what's found in XbSymbolDatabase.h
The text was updated successfully, but these errors were encountered: