reactos/sdk
Timo Kreuzer 1ac9e48465 [MINIZIP] Add curly braces to if-statement and fix indentation
Fixes GCC 8 warning:
sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:521:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for (i=(int)uReadSize-3; (i--)>0;)
     ^~~
sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if (uPosFound!=0)
       ^~
2019-05-27 13:22:40 +02:00
..
cmake [CMAKE] Disable unused-const-variable warning 2019-05-27 13:22:40 +02:00
include [MINGW32] Add some definitions to fix building with GLIBCXX 2019-05-27 13:22:40 +02:00
lib [MINIZIP] Add curly braces to if-statement and fix indentation 2019-05-27 13:22:40 +02:00
tools Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc. 2019-04-28 23:23:06 +02:00