win32.c
10.4 KB
-
tests: path: only compile test_canonicalize on Win32 platforms · bbf9f5a7
The function `test_canonicalize` is only used on Win32 platforms. It will thus result in an unused function warning if these warnings are enabled and one is on a platform different than Win32. Fix the issue by only compiling in the function on Win32 platforms.
Patrick Steinhardt committed