]> git.tdb.fi Git - libs/core.git/blobdiff - source/utils.cpp
Fix win32 compilation
[libs/core.git] / source / utils.cpp
index a0c2486f17402593b2e48199fc9d689923098809..2f7e4d704f35b1ee9cebe5dc150c654c5d15ef70 100644 (file)
@@ -82,6 +82,7 @@ Path fix_case(const Path &path)
 Path readlink(const Path &link)
 {
 #ifdef WIN32
 Path readlink(const Path &link)
 {
 #ifdef WIN32
+       (void)link;
        throw Exception("No symbolic links on win32");
 #else
        char buf[4096];
        throw Exception("No symbolic links on win32");
 #else
        char buf[4096];