1
0
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:
Tony Butler
2021-03-26 15:48:20 -06:00
parent 174663bb50
commit 504f608871
3 changed files with 29 additions and 12 deletions

View File

@@ -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>