forked from OSchip/llvm-project
Follow-up to r215724: fix a lint warning
llvm-svn: 215725
This commit is contained in:
parent
5c84264194
commit
48e21c07c1
|
@ -49,7 +49,7 @@ void _free_dbg(void *ptr, int) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ALLOCATION_FUNCTION_ATTRIBUTE
|
ALLOCATION_FUNCTION_ATTRIBUTE
|
||||||
void cfree(void *) {
|
void cfree(void *ptr) {
|
||||||
CHECK(!"cfree() should not be used on Windows");
|
CHECK(!"cfree() should not be used on Windows");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue