Removed some overly agressive (and IMO pointless) "UNUSED(arg)"
wrappers which was breaking compiling on Windows (mingw)
This commit is contained in:
@@ -218,7 +218,7 @@ int BLI_copy_fileops(const char *file, const char *to) {
|
||||
return err;
|
||||
}
|
||||
|
||||
int BLI_link(const char *UNUSED(file), const char *UNUSED(to)) {
|
||||
int BLI_link(const char *file, const char *to) {
|
||||
callLocalErrorCallBack("Linking files is unsupported on Windows");
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user