1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-13 11:10:39 +00:00

Resolve warnings on Mac OS X.

This commit is contained in:
Veselin Georgiev 2016-06-06 01:50:05 +03:00
commit 24d7c318d0
2 changed files with 8 additions and 1 deletions

View file

@ -589,3 +589,5 @@ uint8_t cc_x64driver_code[5120] = {
};
//} end
#endif // _WIN32
int msrdriver_dummy; // a dummy to avoid a linker warning on OS X.