diff --git a/ocl.c b/ocl.c index 247d7d99..1e521f12 100644 --- a/ocl.c +++ b/ocl.c @@ -782,10 +782,10 @@ built: * 2 greater >= required amount earlier */ if (bufsize > cgpu->max_alloc) { applog(LOG_WARNING, "Maximum buffer memory device %d supports says %lu", - gpu, (long unsigned int)(cgpu->max_alloc)); - applog(LOG_WARNING, "Your scrypt settings come to %d", (int)bufsize); + gpu, (unsigned long)(cgpu->max_alloc)); + applog(LOG_WARNING, "Your scrypt settings come to %lu", (unsigned long)bufsize); } - applog(LOG_DEBUG, "Creating scrypt buffer sized %d", (int)bufsize); + applog(LOG_DEBUG, "Creating scrypt buffer sized %lu", (unsigned long)bufsize); clState->padbufsize = bufsize; /* This buffer is weird and might work to some degree even if diff --git a/winbuild/dist/lib/README.txt b/winbuild/dist/lib/README.txt deleted file mode 100644 index 966e2480..00000000 --- a/winbuild/dist/lib/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -Download and extract static libs in this folder from: - -https://mega.co.nz/#!iNBzDTSY!k2rcUJgAix1UDL77U8QZN35fOE8ulQBge7hGxK_FcpE