Running with gitlab-runner 16.4.0 (4e724e03)
  on colo-vm1 caqscCYN, system ID: s_e0a6a259c9b6
section_start:1698851685:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gitlab.winehq.org:5050/wine/wine:debian-bookworm ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image gitlab.winehq.org:5050/wine/wine:debian-bookworm ...
Using docker image sha256:98f6adf3e857551db48d44eddd0b2c7262ad307341e8c615a35c5d174acc297c for gitlab.winehq.org:5050/wine/wine:debian-bookworm with digest gitlab.winehq.org:5050/wine/wine@sha256:7eb0a295343a0f125cc6e07937736df25e72cc76af06cad5508f12a4988ed1f6 ...
section_end:1698851687:prepare_executor
section_start:1698851687:prepare_script
Preparing environment
Running on runner-caqsccyn-project-1757-concurrent-0 via colo-vm1...
section_end:1698851688:prepare_script
section_start:1698851688:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/Komoszek/wine/.git/
Created fresh repository.
Checking out 7ad51222 as detached HEAD (ref is ntdll/fix/decrease-collision-rate-in-hash_short_file_name)...

Skipping Git submodules setup
section_end:1698851812:get_sources
section_start:1698851812:restore_cache
Restoring cache
Checking cache for default-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
Checking cache for 1_configure-89c0acbee2b085e583db5220c640699feb751898-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1698851814:restore_cache
section_start:1698851814:step_script
Executing "step_script" stage of the job script
Using docker image sha256:98f6adf3e857551db48d44eddd0b2c7262ad307341e8c615a35c5d174acc297c for gitlab.winehq.org:5050/wine/wine:debian-bookworm with digest gitlab.winehq.org:5050/wine/wine@sha256:7eb0a295343a0f125cc6e07937736df25e72cc76af06cad5508f12a4988ed1f6 ...
$ export BASEDIR="$PWD"
$ export CCACHE_BASEDIR="$BASEDIR"
$ export CCACHE_DIR="$BASEDIR/ccache"
$ export CCACHE_COMPILERCHECK=content
$ export PATH="/usr/lib/ccache:$PATH"
$ git config --global --add safe.directory $CI_PROJECT_DIR
$ git fetch --tags
$ mkdir -p build32 build64
$ rm -fr .git/rebase-merge
$ git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec ./tools/gitlab/build-linux
Rebasing (2/2)

                                                                                
Executing: ./tools/gitlab/build-linux
Building commit 7ad512224ab6ba61fa9b46c0b0310ac3edc7a13d
Author: Komoszek <komoszek10@gmail.com>
Date:   Wed Nov 1 11:02:12 2023 +0100

    ntdll: use MurmurOAAT hash in hash_short_file_name
---
+ ./tools/make_requests
+ ./tools/make_makefiles
+ autoreconf -f
+ cd build64
+ ../configure -q -C --enable-win64 --enable-werror --with-mingw
++ nproc
+ make -s -j32
../tools/wrc/parser.y: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
../tools/wrc/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/jscript/parser.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
../dlls/jscript/parser.y: warning: 18 reduce/reduce conflicts [-Wconflicts-rr]
../dlls/jscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/msi/sql.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
../dlls/msi/sql.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/vbscript/parser.y: warning: 8 shift/reduce conflicts [-Wconflicts-sr]
../dlls/vbscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../tools/wrc/parser.y: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
../tools/wrc/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/jscript/parser.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
../dlls/jscript/parser.y: warning: 18 reduce/reduce conflicts [-Wconflicts-rr]
../dlls/jscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/msi/sql.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
../dlls/msi/sql.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/vbscript/parser.y: warning: 8 shift/reduce conflicts [-Wconflicts-sr]
../dlls/vbscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
In file included from ../dlls/mshtml/conpoint.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlanchor.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlarea.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlattr.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/dispex.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlbody.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlcomment.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/editor.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlelemcol.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlform.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlgeneric.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlhead.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlcurstyle.c:28:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmllink.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlimg.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmllocation.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlframe.c:28:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlobject.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlscript.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlnode.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlinput.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstorage.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlselect.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlevent.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmldoc.c:35:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlelem.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstyleelem.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/loadopts.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltextarea.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstylesheet.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/ifacewrap.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltextnode.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsevents.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsservice.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/npplugin.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/mutation.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltable.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/olecmd.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/main.c:44:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/selection.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/secmgr.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsembed.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/navigate.c:36:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/svg.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/pluginhost.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/protocol.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/script.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/omnavigator.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/range.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/service.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/persist.c:38:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstyle.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsio.c:35:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/task.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/oleobj.c:36:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlwindow.c:38:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/view.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/xmlhttprequest.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
Wine build complete.
+ cd ..
+ cd build32
+ ../configure -q -C --enable-werror --with-mingw
++ nproc
+ make -s -j32
../tools/wrc/parser.y: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
../tools/wrc/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/jscript/parser.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
../dlls/jscript/parser.y: warning: 18 reduce/reduce conflicts [-Wconflicts-rr]
../dlls/jscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/msi/sql.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
../dlls/msi/sql.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/vbscript/parser.y: warning: 8 shift/reduce conflicts [-Wconflicts-sr]
../dlls/vbscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../tools/wrc/parser.y: warning: 5 shift/reduce conflicts [-Wconflicts-sr]
../tools/wrc/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/jscript/parser.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
../dlls/jscript/parser.y: warning: 18 reduce/reduce conflicts [-Wconflicts-rr]
../dlls/jscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/msi/sql.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
../dlls/msi/sql.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
../dlls/vbscript/parser.y: warning: 8 shift/reduce conflicts [-Wconflicts-sr]
../dlls/vbscript/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
In file included from ../dlls/mshtml/htmlcomment.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlarea.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/conpoint.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlbody.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlattr.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlgeneric.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlelemcol.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/editor.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlcurstyle.c:28:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlform.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/dispex.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlanchor.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmllink.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmllocation.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlimg.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlhead.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlnode.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlobject.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlframe.c:28:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlscript.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlselect.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlinput.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstorage.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlevent.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstyleelem.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmldoc.c:35:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltextarea.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/loadopts.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltextnode.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/ifacewrap.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstylesheet.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmltable.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlelem.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/npplugin.c:29:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/main.c:44:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsservice.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/olecmd.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/navigate.c:36:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/mutation.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/secmgr.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsevents.c:32:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/protocol.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/script.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/persist.c:38:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/service.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/omnavigator.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/pluginhost.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/selection.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsembed.c:34:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/range.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlwindow.c:38:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/svg.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/nsio.c:35:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/task.c:31:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/htmlstyle.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/oleobj.c:36:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/view.c:33:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
In file included from ../dlls/mshtml/xmlhttprequest.c:30:
../dlls/mshtml/mshtml_private.h: In function 'strndupWtoU':
../dlls/mshtml/mshtml_private.h:1442: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
 1442 |             if(len) WideCharToMultiByte(CP_UTF8, 0, str, len, ret, size, NULL, NULL);
      | 
../dlls/mshtml/mshtml_private.h:1442: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
warning: can't write value of type 29 yet
Wine build complete.
+ cd ..
+ test -s .git/rebase-merge/git-rebase-todo
++ nproc
+ make -s -j32 -C build32 install-lib install-test DESTDIR=/builds/Komoszek/wine
++ nproc
+ make -s -j32 -C build64 install-lib install-test DESTDIR=/builds/Komoszek/wine
+ git reset --hard
HEAD is now at 7ad512224ab ntdll: use MurmurOAAT hash in hash_short_file_name

                                                                                
Successfully rebased and updated detached HEAD.
section_end:1698853254:step_script
section_start:1698853254:archive_cache
Saving cache for successful job
Creating cache default-non_protected...
ccache/: found 22802 matching artifact files and directories 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
Creating cache 1_configure-89c0acbee2b085e583db5220c640699feb751898-non_protected...
build32/config.cache: found 1 matching artifact files and directories 
build64/config.cache: found 1 matching artifact files and directories 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1698853291:archive_cache
section_start:1698853291:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
usr/local/: found 1767 matching artifact files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=35046 responseStatus=201 Created token=64_g4SeQ
section_end:1698853466:upload_artifacts_on_success
section_start:1698853466:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1698853467:cleanup_file_variables
Job succeeded