Cygwin: mark muto object as NO_COPY
muto in smallprint.cc is missing a NO_COPY. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
WCHAR tmpbuf::buf[NT_MAX_PATH];
|
WCHAR tmpbuf::buf[NT_MAX_PATH];
|
||||||
muto tmpbuf::lock;
|
NO_COPY muto tmpbuf::lock;
|
||||||
|
|
||||||
static char __fastcall *
|
static char __fastcall *
|
||||||
__rn (char *dst, int base, int dosign, long long val, int len, int pad, unsigned long long mask)
|
__rn (char *dst, int base, int dosign, long long val, int len, int pad, unsigned long long mask)
|
||||||
|
Reference in New Issue
Block a user