• Show log

    Commit

  • Hash : bbf9f5a7
    Author : Patrick Steinhardt
    Date : 2018-11-21T11:20:14

    tests: path: only compile test_canonicalize on Win32 platforms 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.