mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-26 14:02:53 -05:00
Adjust panthera code for MSVC 2019 compilation (fixes #41)
This commit is contained in:
@@ -44,7 +44,9 @@
|
||||
* yespower-opt.c.
|
||||
*/
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#warning "This reference implementation is deliberately mostly not optimized. Use yespower-opt.c instead unless you're testing (against) the reference implementation on purpose."
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user