# HG changeset patch # User Matti Hamalainen # Date 1583520943 -7200 # Node ID a54298eef91a380c099ce33f99d643624493df30 # Parent 5a7254b786148fa2f685833948d2c2bdcff98c03 th_mkdir_path() mode parameter is unused when compiling for Windows. diff -r 5a7254b78614 -r a54298eef91a th_file.c --- a/th_file.c Fri Mar 06 14:26:45 2020 +0200 +++ b/th_file.c Fri Mar 06 20:55:43 2020 +0200 @@ -160,6 +160,10 @@ size_t start = 0, end; BOOL res = FALSE; +#if defined(TH_PLAT_WINDOWS) + (void) mode; +#endif + // Start creating the directory stucture do {