darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.55k stars 447 forks source link

Remove extra `extern` declarations from frameworks in Darling #1504

Closed CKegel closed 7 months ago

CKegel commented 7 months ago

Certain frameworks define constants as external in both their header and implementation file. While this is not an error, it generates a significant amount of warnings that may obscure more relevant information during the build process. This PR removes those instances of redundant extern keywords.